Reorganise the project
This commit is contained in:
15
haversine_02/include/generator/gen_argparser.h
Normal file
15
haversine_02/include/generator/gen_argparser.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef GEN_ARGPARSER_H
|
||||
#define GEN_ARGPARSER_H
|
||||
|
||||
#include "aliases.h"
|
||||
#include <argp.h>
|
||||
|
||||
struct GeneratorArgs {
|
||||
u32 seed;
|
||||
bool clustered;
|
||||
u64 count;
|
||||
};
|
||||
|
||||
GeneratorArgs parse_args(i32 argc, char *argv[]);
|
||||
|
||||
#endif // !GEN_ARGPARSER_H
|
||||
Reference in New Issue
Block a user