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

Function fputs

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

Source from the content-addressed store, hash-verified

182__INLINE__ int putchar(int c) { return _std_putchar(c); }
183__INLINE__ int putchar_unlocked(int c) { return _std_putchar(c); }
184__INLINE__ int fputs(const char* s, FILE* f) { return _std_fputs(s,f); }
185__INLINE__ int fputs_unlocked(const char* s, FILE* f) { return _std_fputs(s,f); }
186__INLINE__ int puts(const char* s) { return _std_puts(s); }
187__INLINE__ int puts_unlocked(const char* s) { return _std_puts(s); }

Callers 12

terminal__putcFunction · 0.85
history_save_fpFunction · 0.85
saveCommandMethod · 0.85
toFileMethod · 0.85
testServicesFunction · 0.85
mainFunction · 0.85
pass2Function · 0.85
gen_segmentFunction · 0.85
gen_variableFunction · 0.85
JRD_print_procedure_infoFunction · 0.85
logMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected