DEBSOURCES
Skip Quicknav
sources / klibc / 2.0.6-1 / usr / include / errno.h
12345678910111213
/* * errno.h */ #ifndef _ERRNO_H #define _ERRNO_H #include <klibc/extern.h> #include <asm/errno.h> __extern int errno; #endif /* _ERRNO_H */