-

Functions HI-TECH C FILENO

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search

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