Guardian Native C Library Calls Reference Manual (G06.28+, H06.05+)
Guardian Native C Library Calls (f) ftell(3)
ERRORS
If the following conditions occur, the ftell() function sets errno to the corresponding value:
[EBADF] The file descriptor underlying the stream parameter is not a valid file descriptor.
[EOVERFLOW]
The value of the file position cannot be represented in an object of type long.|
[ESPIPE] An illegal attempt was made to get set the file position of a pipe or FIFO.
RELATED INFORMATION
Functions: fgetpos(3), fopen(3), fseek(3), fsetpos(3), lseek(2), rewind(3).
STANDARDS CONFORMANCE
The support of Guardian EDIT files is an HP extension to the XPG4 Version 2 specification.
527192-007 Hewlett-Packard Company 2−107