Create the processor
This commit is contained in:
12
haversine_02/include/processor/proc_argparser.h
Normal file
12
haversine_02/include/processor/proc_argparser.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef PROC_ARGPARSER_H
|
||||
#define PROC_ARGPARSER_H
|
||||
|
||||
#include "aliases.h"
|
||||
|
||||
struct ProcessorArgs {
|
||||
const char *filepath;
|
||||
};
|
||||
|
||||
ProcessorArgs parse_args(i32 argc, char *argv[]);
|
||||
|
||||
#endif // !PROC_ARGPARSER_H
|
||||
Reference in New Issue
Block a user