1 /* 2 * Compress3.h 3 * Copyright 1999-2000 Y.Takagi. All Rights Reserved. 4 */ 5 #ifndef __COMPRESS3_H 6 #define __COMPRESS3_H 7 8 9 int compress3(unsigned char* out, unsigned char* in, int bytes); 10 11 12 #endif /* __COMPRESS3_H */ 13