Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


ftell()                   STDIO Function                  ftell()




Return current position of file pointer

#include <stdio.h>
long ftell(fp) FILE *fp;

ftell returns the current position of the seek pointer.  Like its
cousin fseek, ftell takes  into account any buffering that is as-
sociated with the stream fp.

***** Example *****

For an  example of how  to use this  function, see the  entry for
fseek.

***** See Also *****

fseek(), lseek(), rewind(), STDIO







































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026