stations-tmpl.h 196 B

123456789101112
  1. #define NK $NK /* number of keys */
  2. #define NG $NG /* number of vertices */
  3. #define NS $NS /* elements in T */
  4. int G[] = { $G };
  5. int T1[] = { $S1 };
  6. int T2[] = { $S2 };