Files
BoredOS/src/userland/libc/errno.c

4 lines
57 B
C

#include "errno.h"
__attribute__((weak)) int errno = 0;