clarify code

This commit is contained in:
2025-09-18 13:23:17 +02:00
parent ee8953fea0
commit abc5ecfa34
21 changed files with 119 additions and 117 deletions
+2 -2
View File
@@ -3,6 +3,6 @@
#ifndef ARGS_H
#define ARGS_H
Parameters parse_args(int argc, char **argv);
Parameters args_parse(int argc, char **argv);
#endif
#endif /* ARGS_H */