/sys$common/syshlp/helplib.hlb CC, Run-time functions, ftell *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns the current byte offset to the specified file. Syntax: #include <stdio.h> long int ftell(FILE *file_pointer);
|