mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00: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 |