init
This commit is contained in:
10
source/opts.h
Normal file
10
source/opts.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef OPTS_H
|
||||
#define OPTS_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
extern void get_env(void);
|
||||
extern void parse_args(int argc, char * * argv);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user