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

Function maxf

source/text.c:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static inline float maxf(float a, float b)
70{
71 return a > b ? a : b;
72}
73
74float textCalcWidth(const char* text)
75{

Callers 1

textCalcWidthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected