Search | Google it | Results 1 - 3 of 3 for fundef:fileno (0.00 seconds) |
418: #if __POSIX_VISIBLE 419: #define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p)) 420: #endif
42: int 43: fileno(FILE *fp) 44: {
513: #if !defined(_REENTRANT) && !defined(_PTHREADS) 514: #define fileno(p) __sfileno(p) 515: #endif /* !_REENTRANT && !_PTHREADS */