mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-15 00:34:55 -05:00
10 lines
No EOL
247 B
C
10 lines
No EOL
247 B
C
#ifndef NULLSOFT_NU_CSTRLIBH
|
|
#define NULLSOFT_NU_CSTRLIBH
|
|
extern "C"
|
|
{
|
|
char *scanstr_back(char *str, char *toscan, char *defval);
|
|
char *extension(char *fn);
|
|
}
|
|
void CleanDirectory(char *str);
|
|
void FormatSizeStr64(char *out, __int64 size);
|
|
#endif |