「🏗️」 wip: parsing kinda working
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <help.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct {
|
||||
bool verbose;
|
||||
bool opts[OPT_NB];
|
||||
char *arg[OPT_NB];
|
||||
} args_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user