winamp/Src/nu/cstrlib.h

10 lines
247 B
C
Raw Normal View History

2024-09-24 13:54:57 +01:00
#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