| www.delorie.com/djgpp/doc/libc-2.01/libc_305.html | search |
#include <stdio.h> long ftell(FILE *file);
Returns the current file position for file. This is suitable for
a future call to fseek.
The file position, or -1 on error.
long p = ftell(stdout);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |