diff options
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c index d3de2ba..7b7c6d6 100644 --- a/test/main.c +++ b/test/main.c @@ -1,8 +1,14 @@ /*intentionally left blank.*/ +/*********************************************************************************************************************/ +/*inclusion directives*/ #include "testFuncs1.h" //#include <string.h> +/*********************************************************************************************************************/ +/*Globals*/ +/*********************************************************************************************************************/ +/*main*/ main() { int a; @@ -70,4 +76,5 @@ main() test29(a); test31(); } +/*********************************************************************************************************************/ /*intentionally left blank.*/ |