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

Function getExtension

source/menu.h:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95void menuFileAssocAddEntry(menuEntry_s* me);
96
97static inline char* getExtension(const char* str)
98{
99 const char* p;
100 for (p = str+strlen(str); p >= str && *p != '.'; p--);
101 return (char*)p;
102}
103
104static inline char* getSlash(const char* str)
105{

Callers 3

menuFileAssocScanFunction · 0.85
menuScanFunction · 0.85
menuEntryLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected