rtt-f030/components/rtgui/utils/perfect_hash/example-PyModule/stations-tmpl.h

13 lines
196 B
C

#define NK $NK /* number of keys */
#define NG $NG /* number of vertices */
#define NS $NS /* elements in T */
int G[] = { $G };
int T1[] = { $S1 };
int T2[] = { $S2 };