1 2 3 4 5 6
#ifndef LZH_H #define LZH_H int LzUnpack(void *pSrc, int srcSize, void *pDst, int dstSize); #endif /* ifndef LZH_H */