keys.tmpl.h 228 B

12345678910111213
  1. #define NK $NK /* number of keys */
  2. #define NG $NG /* number of vertices */
  3. #define NS $NS /* length of array T1 and T2 */
  4. int T1[] = { $S1 };
  5. int T2[] = { $S2 };
  6. int G[] = { $G };
  7. char *K[] = { $K };