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

10 lines
271 B
C

#define SIMPLE8BMAX 1024
#ifdef __cplusplus
extern "C" {
#endif
unsigned char *vs8benc(unsigned *__restrict in, int n, unsigned char *__restrict out);
unsigned char *vs8bdec(unsigned char *__restrict in, int n, unsigned *__restrict out);
#ifdef __cplusplus
}
#endif