This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
104 B
C
Raw Normal View History

2017-03-18 23:04:38 +10:00
void MakeFullPath(char *path,char *file,char *dest,uint32_t destsize);
char *GetFilePart(char *str);