Prex Home / Browse Source - Prex Version: 0.9.0

root/usr/include/errno.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef _ERRNO_H_
   2 #define _ERRNO_H_
   3 
   4 #include <sys/errno.h>
   5 
   6 extern int errno;                       /* global error number */
   7 
   8 #endif /* !_ERRNO_H_ */

/* [<][>][^][v][top][bottom][index][help] */