Functions HI-TECH C FILENO

Revision as of 19:39, 31 July 2017 by Kumokosi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FILENO

SYNOPSIS

fileno(FILE * stream)


DESCRIPTION

Fileno() 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