Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <stdio.h> int fileno(FILE *stream); |
Description fileno()
returns the integer file descriptor associated with the stream pointed to by
stream. | |||
Return val. |
-1 | if successful. Value of the file descriptor associated with stream. if an error occurs; | |
Errors |
| ||
Notes | The program environment determines whether | ||
See also |
|