MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / abs

Function abs

Kernel/src/math.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14int abs(int num) {
15 return num < 0 ? -num : num;
16}

Callers 2

surfacecpyFunction · 0.85
DragBrushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected