1#ifndef DECOMPRESS_H 2#define DECOMPRESS_H 3 4void decompress(void *mio0, void *dest); 5 6#endif // DECOMPRESS_H 7 8