mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:45:45 -04: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