1 2 3 4 5 6 7 8
#include <errno.h> #include "../_nonstd.h" int *__errno(void) { return __libc(ERRNO); }