aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testFuncs1.h')
-rw-r--r--test/testFuncs1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testFuncs1.h b/test/testFuncs1.h
index ca9827e..901d4a6 100644
--- a/test/testFuncs1.h
+++ b/test/testFuncs1.h
@@ -15,6 +15,8 @@ extern union uni {
char str[20];
} uni1;
+//extern int eldiablo = 0;
+
extern int cccc[];
extern cucu;
@@ -170,7 +172,9 @@ void testfunc9999(void)
int ** (**pfunc6)(int**, int***);
}
+#if 0
void malloc (void);
+#endif
#endif
/***********************************************************************************************************/