Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ getSlash
Function
getSlash
source/menu.h:104–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
static inline char* getSlash(const char* str)
105
{
106
const char* p;
107
for (p = str+strlen(str); p >= str && *p !=
'/'
; p--);
108
return (char*)p;
109
}
Callers
2
menuEntryFileAssocLoad
Function · 0.85
menuEntryLoad
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected