diff options
Diffstat (limited to 'test/testFuncs1.h')
-rw-r--r-- | test/testFuncs1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testFuncs1.h b/test/testFuncs1.h index 0f8b2ef..3e32906 100644 --- a/test/testFuncs1.h +++ b/test/testFuncs1.h @@ -2,6 +2,9 @@ /*the first line's been intentionally left blank.*/
/***********************************************************************************************************/
/*defines*/
+#ifndef TESTFUNCS1_H
+#define TESTFUNCS1_H
+
#define FALSE 0
#define TRUE 1
@@ -127,5 +130,6 @@ void test28(void); int test29(int a);
int test31(void);
+#endif
/***********************************************************************************************************/
/*ive been intentionally left blank. dont touch me.*/
|