Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ Print
Function
Print
NULLC/translation/std_io_bind.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#endif
7
8
void Print(NULLCArray<char > text, void* unused)
9
{
10
printf(
"%s"
, text.ptr);
11
}
12
13
long long abs(long long x){ return x < 0 ? -x : x; }
14
Callers
1
__operatorShiftLeft
Function · 0.85
Calls
2
nullcThrowError
Function · 0.70
abs
Function · 0.70
Tested by
no test coverage detected