hall.h 503 B

123456789101112131415161718
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef LANG_NCGG_HALL_H
  6. #define LANG_NCGG_HALL_H
  7. /* util/ncgg/hall.c */
  8. void hallverbose(void);
  9. void inithall(void);
  10. void nexthall(short *sp);
  11. int card(short *sp);
  12. void checkhall(void);
  13. int hall(void);
  14. int recurhall(int nhallsets, short hallsets[][(((40 +100)+15)/16)]);
  15. void unite(short *sp, short *into);
  16. #endif /* LANG_NCGG_HALL_H */