1 2 3 4 5 6 7 8
#ifndef UTIL_TABLES_H #define UTIL_TABLES_H // extern int *nullable extern int **follow; extern int **first; #endif