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

Function rewind

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

Source from the content-addressed store, hash-verified

214__INLINE__ int fflush_unlocked(FILE* f) { return _std_fflush(f); }
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); }

Callers 9

ConjunctIteratorMethod · 0.85
ClumpletWriterMethod · 0.85
createMethod · 0.85
resetMethod · 0.85
upgradeVersionMethod · 0.85
ClumpletReaderMethod · 0.85
createMethod · 0.85
findMethod · 0.85
AuthReaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected