Files
plag/config.h

12 lines
170 B
C

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