bglibs
nonblock.h
1 #ifndef UNIX__NONBLOCK__H__
2 #define UNIX__NONBLOCK__H__
3 
4 int nonblock_on(int fd);
5 int nonblock_off(int fd);
6 
7 #endif