Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue