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:
parent
eda5ed0624
commit
5a55772201
5 changed files with 17 additions and 30 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue