m_tell
This call reports the current file offset and sets *seekp to the current position in the specified file.
- Syntax: int far m_tell(FCB far *fp, long far *seekp)
- Parameters: FCB far *fp - Pointer to the file
long far *seekp - Pointer to the current position within the file
- Returns: 0 - if successful
Any other value indicates an error condition.