-

Changes

Jump to: navigation, search

Functions HI-TECH C FILENO

341 bytes added, 19:39, 31 July 2017
Created page with "<strong>FILENO</strong> ==SYNOPSIS== fileno(FILE * stream) ==DESCRIPTION== <strong>Fileno</strong>() is a macro from stdio.h which yields the file descriptor associated..."
<strong>FILENO</strong>
==SYNOPSIS==

fileno(FILE * stream)


==DESCRIPTION==
<strong>Fileno</strong>() is a macro from stdio.h which yields the file
descriptor associated with stream. It is mainly used
when it is desired to perform some low-level operation
on a file opened as a stdio stream.

==SEE ALSO==

fopen, fclose, open, close

Navigation menu