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

Function putc

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

Source from the content-addressed store, hash-verified

178__INLINE__ void funlockfile(FILE* f) { (void) _std_funlockfile(f); }
179
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); }

Callers 15

print_coreFunction · 0.85
print_gotosFunction · 0.85
print_posFunction · 0.85
copy_identFunction · 0.85
copy_textFunction · 0.85
copy_unionFunction · 0.85
copy_actionFunction · 0.85
print_grammarFunction · 0.85
output_rule_dataFunction · 0.85
output_yydefredFunction · 0.85
goto_actionsFunction · 0.85
output_baseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected