Clean up plat.h a bit
This commit is contained in:
7
src/include/86box/path.h
Normal file
7
src/include/86box/path.h
Normal file
@@ -0,0 +1,7 @@
|
||||
extern void path_get_dirname(char *dest, const char *path);
|
||||
extern char *path_get_filename(char *s);
|
||||
extern char *path_get_extension(char *s);
|
||||
extern void path_append_filename(char *dest, const char *s1, const char *s2);
|
||||
extern void path_slash(char *path);
|
||||
extern void path_normalize(char *path);
|
||||
extern int path_abs(char *path);
|
||||
Reference in New Issue
Block a user