#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "xxhash.h"
#include "lz4.h"
#include "lz4hc.h"
◆ CONTROL_MSG
#define CONTROL_MSG |
( |
| c, |
|
|
| ... ) |
Value: { \
MSG(__VA_ARGS__); \
MSG(" \n"); \
abort(); \
} \
}
#define c(i)
Definition sha256.c:43
◆ MIN
Value:( (
a) < (
b) ? (
a) : (
b) )
#define b(i)
Definition sha256.c:42
#define a(i)
Definition sha256.c:41
◆ MIN_CLEVEL
#define MIN_CLEVEL (int)(-5) |
◆ MSG
Value:fprintf(stderr, __VA_ARGS__)
◆ compressFn
◆ bad_usage()
◆ main()