MCPcopy 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
13long long abs(long long x){ return x < 0 ? -x : x; }
14
15void Print(double num, void* unused)
16{

Callers 2

int__str_char___ref__Function · 0.70
PrintFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected