-

Functions HI-TECH C FTELL

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 20:06, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>FTELL</strong> ==SYNOPSIS== #include <stdio.h> long ftell(FILE * stream) ==DESCRIPTION== This function returns the current position of the conceptual re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

FTELL

SYNOPSIS

#include  <stdio.h>

long      ftell(FILE * stream)


DESCRIPTION

This function returns the current position of the conceptual read/write pointer associated with stream. This is the position relative to the beginning of the file of the next byte to be read from or written to the file.

SEE ALSO

fseek