MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / iabs

Function iabs

source/ui.c:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static int iabs(int x)
61{
62 return x < 0 ? (-x) : x;
63}
64
65bool uiUpdate(void)
66{

Callers 1

uiUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected