errno.h (130B)
1 #ifndef _ERRNO_H 2 #define _ERRNO_H 3 4 #define EDOM 1 5 #define EILSEQ 2 6 #define ERANGE 3 7 #define ENOMEN 4 8 9 extern int errno; 10 11 #endif
sccsimple C compiler | |
git clone git://git.2f30.org/scc | |
Log | Files | Refs | README | LICENSE |