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

Function getc_

gil/std.base.hpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37static constexpr auto getc_() noexcept {
38 return lib::ir::IR{lib::code::GetC{}};
39}
40
41static constexpr auto putc_(auto code) noexcept {
42 return lib::ir::IR{lib::code::PutC{lib::ir::get_code(code)}};

Callers 2

hello_world.cppFile · 0.85
read<char>Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected