1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #ifndef foodaemonnonblockhfoo
- #define foodaemonnonblockhfoo
- #ifdef __cplusplus
- extern "C" {
- #endif
- int daemon_nonblock(int fd, int b)
- #ifdef __cplusplus
- }
- #endif
- #endif
|