-
Notifications
You must be signed in to change notification settings - Fork 53
MTY_GetFileExtension
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Parse a path and extract the file extension.
const char *MTY_GetFileExtension(
const char * path
);
path
(const char *
)
Path to a file.
const char *
This buffer is allocated in thread local storage and must not be freed.