aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-25 02:57:20 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-25 02:57:20 +0000
commit723af2b0ec1d7d1f915ee3ae93cf9a4f9ec8a7a1 (patch)
treeafeeeec31f7f79808788c07b5a626da919eaba11 /test/testFuncs1.h
parentadded 12.8 (diff)
downloadmutator-723af2b0ec1d7d1f915ee3ae93cf9a4f9ec8a7a1.tar.gz
mutator-723af2b0ec1d7d1f915ee3ae93cf9a4f9ec8a7a1.zip
some cosmetic changes
Diffstat (limited to '')
-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
/***********************************************************************************************************/