clarify code: local variables in start of function

This commit is contained in:
2025-09-18 13:34:14 +02:00
parent abc5ecfa34
commit 104f696de6
9 changed files with 69 additions and 29 deletions
+4
View File
@@ -8,8 +8,12 @@
int main(int argc, char **argv) {
Parameters params;
params = args_parse(argc, argv);
puts(PACKAGE " " VERSION);
forge_run(params);
return EXIT_SUCCESS;
}