aboutsummaryrefslogtreecommitdiffstats
path: root/math/gkmap/files/patch-src_init.c
blob: 03466c7bc4de774945d0ece900188d2641f9149f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/init.c.orig	2021-11-02 09:37:31 UTC
+++ src/init.c
@@ -1,5 +1,11 @@
 #include "kmap_struct.h" 
 	
+/* globals */
+struct cell cell_array[4][4];
+struct output out_array[20];
+char semi_final_out[70];
+char final_out[100];
+
 void init_kmap(void) 
 {
 	int i,j;