aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testFuncs2.h')
-rw-r--r--test/testFuncs2.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/testFuncs2.h b/test/testFuncs2.h
index 85ddeee..fa4ce13 100644
--- a/test/testFuncs2.h
+++ b/test/testFuncs2.h
@@ -2,13 +2,13 @@
/*first line intentionally left blank.*/
/*********************************************************************************************************************/
/*Defines*/
-#ifndef TESTFUNCS2_H
-#define TESTFUNCS2_H
+#ifndef _TEST2_H
+#define _TEST2_H
/*********************************************************************************************************************/
/*Globals*/
-extern int a[];
+extern int aaaa[];
-extern int b[] = {1, 2, 3, 4, 5, 6};
+extern int bbbb[] = {1, 2, 3, 4, 5, 6};
int c[2][3] = {1, 2, 3, 4, 5, 6};
@@ -17,6 +17,8 @@ int d[2][3] = {{1, 2, 3}, {4, 5, 6}};
/*funciton types go here.*/
static void test33(void);
+void testFunc1(void);
+
void testFunc4()
{
/*do shit*/