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
+2
View File
@@ -1,4 +1,6 @@
#ifndef MAIN_H
#define MAIN_H
int main(int argc, char **argv);
#endif