MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ftell

Function ftell

extern/SfIO/include/stdio.h:218–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216__INLINE__ void rewind(FILE* f) { (void) _std_rewind(f); }
217__INLINE__ int fseek(FILE* f, long o, int t) { return _std_fseek(f,o,t); }
218__INLINE__ long ftell(FILE* f) { return _std_ftell(f); }
219__INLINE__ int fsetpos(FILE* f, fpos_t* pos) { return _std_fsetpos(f,pos); }
220__INLINE__ int fgetpos(FILE* f, fpos_t* pos) { return _std_fgetpos(f,pos); }
221

Callers 3

startSessionMethod · 0.85
putFileFromArgumentFunction · 0.85
checkAuditMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected