Copyright Digital Equipment Corp. All rights reserved.

fileno

   Returns the file descriptor associated with the specified file
   pointer.

   Format

     #include  <stdio.h>

     int fileno  (FILE *file_ptr);
 


Additional information available:

Argument        Description     Return_Values