unistd.h (76B)
1 #ifndef __UNISTD_H__ 2 #define __UNISTD_H__ 3 4 enum { 5 STDIN_FILENO 6 }; 7 8 #endif 9