MCPcopy 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
87static int iabs(int x)
88{
89 return x<0 ? (-x) : x;
90}
91
92static float menuGetEntryPos(menu_s* menu, int order)
93{

Callers 1

menuUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected