1 2 3 4 5
#ifndef _UCL_H #define _UCL_H extern void ucl_uncompress(const unsigned char *src, unsigned char *dst); #endif