Files
TurboPFor-Integer-Compression/ext/rc.h
2017-01-02 23:30:16 +01:00

9 lines
213 B
C

#ifdef __cplusplus
extern "C" {
#endif
unsigned char *rcenc32(unsigned* input, int size, unsigned* output);
unsigned char *rcdec32(unsigned* input, int size, unsigned* output);
#ifdef __cplusplus
}
#endif