/sys$common/syshlp/helplib.hlb CC, Run-time functions, fileno *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns the file descriptor associated with the specified file pointer. Syntax: #include <stdio.h> int fileno(FILE *file_pointer);
|