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

Function puts

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

Source from the content-addressed store, hash-verified

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); }
188__INLINE__ int vprintf(const char* fmt, va_list a) { return _std_vprintf(fmt,a); }
189__INLINE__ int vfprintf(Sfio_t* f, const char* fmt, va_list a)

Callers 4

CPR_eol_tokenFunction · 0.85
get_tokenFunction · 0.85
cmp_fieldFunction · 0.85
cmp_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected