Synopsis
#include <cross_studio_io.h> long debug_ftell(DEBUG_FILE *stream);
Description
debug_ftell return the current file position of stream.
debug_ftell returns -1 on error.
Portability
debug_ftell is an extension provided by CrossWorks C.
#include <cross_studio_io.h> long debug_ftell(DEBUG_FILE *stream);
debug_ftell return the current file position of stream.
debug_ftell returns -1 on error.
debug_ftell is an extension provided by CrossWorks C.