feat: standard argument parsing
This commit is contained in:
6
core/standard.h
Normal file
6
core/standard.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef STANDARD_H
|
||||
#define STANDARD_H
|
||||
|
||||
int parse_standard_options(void (*)(), int argc, char **argv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user