Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ iabs
Function
iabs
source/ui/menu.c:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
static int iabs(int x)
88
{
89
return x<0 ? (-x) : x;
90
}
91
92
static float menuGetEntryPos(menu_s* menu, int order)
93
{
Callers
1
menuUpdate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected