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

Function getchar

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

Source from the content-addressed store, hash-verified

196__INLINE__ int getc(FILE* f) { return _std_getc(f); }
197__INLINE__ int getc_unlocked(FILE* f) { return _std_getc(f); }
198__INLINE__ int getchar(void) { return _std_getchar(); }
199__INLINE__ int getchar_unlocked(void) { return _std_getchar(); }
200__INLINE__ int ungetc(int c, FILE* f) { return _std_ungetc(c,f); }
201__INLINE__ char* fgets(char* s, int n, FILE* f) { return _std_fgets(s,n,f); }

Callers 5

askFunction · 0.85
reattach_databaseFunction · 0.85
mainFunction · 0.85
executeMethod · 0.85
get_statementFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68