Copyright Digital Equipment Corp. All rights reserved.
Returns the file descriptor associated with the specified file
pointer.
Format
#include <stdio.h>
int fileno (FILE *file_ptr);
Argument Description Return_Values