-

Changes

Jump to: navigation, search

Functions HI-TECH C FTELL

358 bytes added, 20:06, 31 July 2017
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..."
<strong>FTELL</strong>
==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

Navigation menu