static private functions and public functions starting with file name

This commit is contained in:
2025-09-24 15:41:41 +02:00
parent 3064501543
commit 8cc23ce9e6
9 changed files with 53 additions and 48 deletions
+1 -1
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