static private functions and public functions starting with file name
This commit is contained in:
+3
-2
@@ -1,10 +1,11 @@
|
||||
#include "main.h"
|
||||
#include "args.h"
|
||||
#include "generator.h"
|
||||
#include "types.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
Parameters params;
|
||||
params = parse_args(argc, argv);
|
||||
generate(params);
|
||||
params = args_parse(argc, argv);
|
||||
generator_run(params);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user