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

Function fseek

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

Source from the content-addressed store, hash-verified

215
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); }

Callers 8

gotoEofMethod · 0.85
startSessionMethod · 0.85
putFileFromArgumentFunction · 0.85
CPR_get_textFunction · 0.85
compile_moduleFunction · 0.85
logMessageMethod · 0.85
checkAuditMethod · 0.85
API_ROUTINE gds__logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected