Guardian C Library Calls Reference Manual
Reference to Library Calls
Guardian TNS C Library Calls Reference Manual—128833 3-29
edftell (supplementary)
edftell (supplementary)
The edftell function retrieves the file-position indicator of an Edit file opened for
ANSI I/O.
stream
denotes an Edit file opened for ANSI I/O.
Return Value
is the file-position indicator of the Edit file, expressed as a long value. This value is
the Edit line number multiplied by 1000. For example, 23000L corresponds to
line 23, and 44120L corresponds to line 44.12.
#include <stdioh>
long edftell(FILE *stream);