diff options
Diffstat (limited to '')
-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 849e8e2..4b590f8 100644 --- a/test/testFuncs1.h +++ b/test/testFuncs1.h @@ -11,6 +11,8 @@ extern union uni { double b;
char str[20];
} uni1;
+
+extern cucu;
/***********************************************************************************************************/
/*choose the compiler*/
#define COMPILER GCC
@@ -109,6 +111,8 @@ void test6(void); void test7(void);
void test8(void);
void test10(void);
+int test13(void);
+void test15(void);
/***********************************************************************************************************/
/*ive been intentionally left blank. dont touch me.*/
|