@node fileno, stdio @subheading Syntax @example #include int fileno(FILE *file); @end example @subheading Description This function returns the raw file descriptor number that @var{file} uses for I/O. @subheading Return Value The file descriptor number. @subheading Portability @portability !ansi, posix