Files
plag/config.h
Alexander Zubkov 35f91a7fe6 Initial commit
2021-11-24 23:59:09 +01:00

7 lines
111 B
C

#include <stdint.h>
#define SIZE (10 * 1<<20)
#define BUFLEN 1024
typedef uint32_t pos_t;
typedef int mask_t;