10 lines
194 B
C
Raw Normal View History

2024-05-12 03:19:01 -04:00
#pragma once
#include <libreborn/libreborn.h>
#define OPTION(name, ...) bool name;
struct options_t {
#include "option-list.h"
};
#undef OPTION
options_t parse_options(int argc, char *argv[]);