C templates

This commit is contained in:
2026-07-12 18:43:15 -05:00
parent d75bb0a886
commit 34611ac286
2 changed files with 33 additions and 32 deletions
+7 -5
View File
@@ -1,4 +1,4 @@
/* - | Copyright | ------------------------------------------------------------ /* - | Copyright / About | ----------------------------------------------------
Copyright (c) 2026 Randy Jordan Copyright (c) 2026 Randy Jordan
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -26,8 +26,10 @@ SOFTWARE.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
int main(int argc, char *argv[]){ int
(void) argc; main(int argc, char* argv[])
(void) argv; {
return EXIT_SUCCESS; (void)argc;
(void)argv;
return EXIT_SUCCESS;
} }
+1 -2
View File
@@ -1,4 +1,4 @@
/* - | Copyright | ------------------------------------------------------------ /* - | Copyright / About | ----------------------------------------------------
Copyright (c) 2026 Randy Jordan Copyright (c) 2026 Randy Jordan
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -23,5 +23,4 @@ SOFTWARE.
#ifndef TEMPLATE_H #ifndef TEMPLATE_H
#define TEMPLATE_H #define TEMPLATE_H
#endif // template.h #endif // template.h