-

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

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

Latest revision as of 20:06, 31 July 2017

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