Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
static constexpr auto putc_(auto code) noexcept {
42
return lib::ir::IR{lib::code::PutC{lib::ir::get_code(code)}};
43
}
44
45
static constexpr struct : local {
46
} _stack_local_scope_;
Callers
5
write_array
Function · 0.85
calculator.cpp
File · 0.85
std.io.hpp
File · 0.85
write_int
Function · 0.85
puts
Function · 0.85
Calls
1
get_code
Function · 0.85
Tested by
no test coverage detected