Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ abs
Function
abs
NULLC/translation/std_io_bind.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
long long abs(long long x){ return x < 0 ? -x : x; }
14
15
void Print(double num, void* unused)
16
{
Callers
2
int__str_char___ref__
Function · 0.70
Print
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected