| www.delorie.com/djgpp/doc/libc/libc_813.html | search |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#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.
| ANSI/ISO C | No |
| POSIX | No |
off_t q = tell(fd); |
| webmaster | delorie software privacy |
| Copyright © 2004 | Updated Apr 2004 |