| www.delorie.com/djgpp/doc/libc-2.01/libc_647.html | search |
#include <io.h> off_t tell(int file);
This function returns the location of the file pointer for file.
The file pointer, or -1 on error.
off_t q = tell(fd);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |