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

Function putchar

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

Source from the content-addressed store, hash-verified

180__INLINE__ int putc(int c, FILE* f) { return _std_putc(c,f); }
181__INLINE__ int putc_unlocked(int c, FILE* f) { return _std_putc(c,f); }
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); }

Callers 4

print_derivesFunction · 0.85
CLIB_ROUTINE mainFunction · 0.85
printHelpFunction · 0.85
print_columnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected