#include <stdio.h> int fileno(FILE *file);
This function returns the raw file descriptor number that file uses for I/O.
The file descriptor number.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.