initial commit

This commit is contained in:
2025-07-17 19:34:00 +02:00
commit 3bff153f16
13 changed files with 270 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "types.h"
#ifndef ARGS_H
#define ARGS_H
parameters parse_args(int argc, char **argv);
#endif