aboutsummaryrefslogtreecommitdiff
path: root/parts/util-tables.h
blob: 6e173cf0ab8a2dc136c45b806901356b1df4e58c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef UTIL_TABLES_H
#define UTIL_TABLES_H

// extern int *nullable
extern int **follow;
extern int **first;

/*extern*/ void util_tables_fill();
/*extern*/ void util_tables_free();

#endif