diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-25 02:57:20 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-25 02:57:20 +0000 |
commit | 723af2b0ec1d7d1f915ee3ae93cf9a4f9ec8a7a1 (patch) | |
tree | afeeeec31f7f79808788c07b5a626da919eaba11 /test/testFuncs2.h | |
parent | added 12.8 (diff) | |
download | mutator-723af2b0ec1d7d1f915ee3ae93cf9a4f9ec8a7a1.tar.gz mutator-723af2b0ec1d7d1f915ee3ae93cf9a4f9ec8a7a1.zip |
some cosmetic changes
Diffstat (limited to 'test/testFuncs2.h')
-rw-r--r-- | test/testFuncs2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testFuncs2.h b/test/testFuncs2.h index bf848aa..647613a 100644 --- a/test/testFuncs2.h +++ b/test/testFuncs2.h @@ -8,6 +8,8 @@ /*Globals*/ extern int aaaa[]; +extern int eldiablo = 0; + extern int bbbb[] = {1, 2, 3, 4, 5, 6}; int c[2][3] = {1, 2, 3, 4, 5, 6}; |