1
0
Fork 0
forked from len0rd/rockbox

Small code reuse improvement

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19943 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2009-02-08 11:09:55 +00:00
parent eda5ed0624
commit 5a55772201
5 changed files with 17 additions and 30 deletions

View file

@ -124,7 +124,7 @@ int hex_to_rgb(const char* hex, int* color);
#endif
char* strrsplt(char* str, int c);
char* skip_whitespace(char* const str);
bool file_exists(const char *file);
bool dir_exists(const char *path);