Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
static int iabs(int x)
61
{
62
return x < 0 ? (-x) : x;
63
}
64
65
bool uiUpdate(void)
66
{
Callers
1
uiUpdate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected