@ -5,6 +5,9 @@
#define BITMAP_SIZE (BITMAP_SIDE * (BITMAP_SIDE / 8))
#define BITMAP_BITS (BITMAP_SIZE * 8)
#define CHAR_USED '@'
#define CHAR_NONE '-'
typedef unsigned char bitmap_t[BITMAP_SIZE];
int
@ -42,9 +42,6 @@
return -1; \
}
const char *imdb_hdr_fmt = "IMDB v%02u, CAPS: %s;";
int imdb_init(imdb_t *db, const char *path)
@ -21,9 +21,6 @@
#include <unistd.h>
#include <getopt.h>
void usage(int exitcode) {
printf(
"Usage: imdb-util <opts>\n"