Synopsis
#include <cross_studio_io.h> int debug_fgetpos(DEBUG_FILE *stream, long *pos);
Description
debug_fgetpos stores the current value of the file position of stream to the object pointed to by pos.
debug_fgetpos returns 0 on success.
Portability
debug_fgetpos is an extension provided by CrossWorks C.