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

11 lines
218 B
C

#ifdef __cplusplus
extern "C" {
#endif
unsigned char *vbpolyenc(unsigned *in, unsigned n, unsigned char *out);
unsigned char *vbpolydec(unsigned char *in, unsigned n, unsigned *out);
#ifdef __cplusplus
}
#endif