MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / putc_

Function putc_

gil/std.base.hpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static constexpr auto putc_(auto code) noexcept {
42 return lib::ir::IR{lib::code::PutC{lib::ir::get_code(code)}};
43}
44
45static constexpr struct : local {
46} _stack_local_scope_;

Callers 5

write_arrayFunction · 0.85
calculator.cppFile · 0.85
std.io.hppFile · 0.85
write_intFunction · 0.85
putsFunction · 0.85

Calls 1

get_codeFunction · 0.85

Tested by

no test coverage detected