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

Function gets

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

Source from the content-addressed store, hash-verified

234__INLINE__ void clearerr(FILE* f) { (void) _std_clearerr(f); }
235__INLINE__ void clearerr_unlocked(FILE* f) { (void) _std_clearerr(f); }
236__INLINE__ char * gets(char* f) { return _std_gets(f);}
237#else
238
239#define fclose(f) ( _std_fclose(f) )

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68