Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
winamp/Src/nu/cstrlib.h

10 lines
247 B
C
Raw Normal View History

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