MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / fputs

Function fputs

extlibs/fmt/include/fmt/color.h:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447template <typename Char>
448inline void fputs(const Char* chars, FILE* stream) FMT_NOEXCEPT {
449 std::fputs(chars, stream);
450}
451
452template <>
453inline void fputs<wchar_t>(const wchar_t* chars, FILE* stream) FMT_NOEXCEPT {

Callers 3

reset_colorFunction · 0.85
reset_color<wchar_t>Function · 0.85
vprintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected