1
0

cstrlib.h 247 B

12345678910
  1. #ifndef NULLSOFT_NU_CSTRLIBH
  2. #define NULLSOFT_NU_CSTRLIBH
  3. extern "C"
  4. {
  5. char *scanstr_back(char *str, char *toscan, char *defval);
  6. char *extension(char *fn);
  7. }
  8. void CleanDirectory(char *str);
  9. void FormatSizeStr64(char *out, __int64 size);
  10. #endif