#include #define PATH_SIZE 256 #define MIN(a,b) (((a)<(b))?(a):(b)) typedef unsigned char u8; typedef signed char s8; typedef unsigned short int u16; typedef signed short int s16; typedef unsigned long u32; typedef signed long s32; typedef unsigned long long int u64; typedef signed long long int s64; #include "zip.h"