unpack zips in src to better compression

This commit is contained in:
2022-10-20 13:28:49 +02:00
parent e25403bd5f
commit 87eb27f562
447 changed files with 55306 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
extern void size_to_text( char *txt, float size);
extern void str2lower(char *str);
extern void str2upper(char *str);
extern char *zstrncpy( char *dst, const char *src, size_t n);
extern char *fullpathname_to_filename( char *fullpathname);