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