-

Difference between revisions of "Functions HI-TECH C FILENO"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 19:39, 31 July 2017

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