mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
10
Src/nu/cstrlib.h
Normal file
10
Src/nu/cstrlib.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
Reference in New Issue
Block a user