unpack zips in src to better compression
This commit is contained in:
6
sources/z-tools/trunk/zweather/zstring.h
Normal file
6
sources/z-tools/trunk/zweather/zstring.h
Normal file
@@ -0,0 +1,6 @@
|
||||
extern int8 *stpcpy( int8 *dest, const int8 *src);
|
||||
extern int8 *strstr_len( const int8 *haystack, int32 haystack_len, const int8 *needle);
|
||||
extern int8 *strdup_printf( const int8 *format, ...);
|
||||
extern int8 *strconcat( const int8 *string1, ...);
|
||||
extern char *zstrncpy( char *dst, const char *src, size_t n);
|
||||
|
||||
Reference in New Issue
Block a user