MCPcopy 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
8void Print(NULLCArray<char > text, void* unused)
9{
10 printf("%s", text.ptr);
11}
12
13long long abs(long long x){ return x < 0 ? -x : x; }
14

Callers 1

__operatorShiftLeftFunction · 0.85

Calls 2

nullcThrowErrorFunction · 0.70
absFunction · 0.70

Tested by

no test coverage detected