We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a930760 commit 12f7b82Copy full SHA for 12f7b82
.gitignore
@@ -1,4 +1,6 @@
1
bin/
2
*.o
3
.vscode/launch.json
4
-vgcore.*
+vgcore.*
5
+gmon.out
6
+prof.stats
src/cfbf.c
@@ -61,7 +61,7 @@ static void cfbf_print_version(void)
61
62
static void cfbf_print_license(void)
63
{
64
- printf("MIT License - https://opensource.org/licenses/MIT\n");
+ puts("MIT License - https://opensource.org/licenses/MIT\n");
65
}
66
67
static void cfbf_print_help(void)
0 commit comments