/* errno.c */ #include /* Returns variable `errno` from `errno.h`. */ int error_number() { return errno; }