MCPcopy 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
104static 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

menuEntryFileAssocLoadFunction · 0.85
menuEntryLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected