initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "types.h"
|
||||
|
||||
#ifndef ARGS_H
|
||||
#define ARGS_H
|
||||
|
||||
parameters parse_args(int argc, char **argv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user