aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs2.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/testFuncs2.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/test/testFuncs2.h b/test/testFuncs2.h
index 55daba8..5b14d7d 100644
--- a/test/testFuncs2.h
+++ b/test/testFuncs2.h
@@ -2,8 +2,8 @@
/*first line intentionally left blank.*/
/*********************************************************************************************************************/
/*Defines*/
-#ifndef _TEST2_H
-#define _TEST2_H
+#ifndef TEST2_H
+#define TEST2_H
/*********************************************************************************************************************/
/*Globals*/
extern int aaaa[];
@@ -24,23 +24,24 @@ void testFunc1(void);
void testFunc4()
{
- /*do shit*/
+ /*do shit*/
}
testFunc5( void)
{
- //different kind of comment
- ///another kind
- /*this kind*/
- /**that kind*/
+ //different kind of comment
+ ///another kind
+ /*this kind*/
+ /**that kind*/
}
void anotherheaderfunc (void)
{
- /*i dont do jack.*/
+ /*i dont do jack.*/
}
void testFunc9(void);
+void testFunc11(void);
/*********************************************************************************************************************/
#endif