hash.h 295 B

12345678910111213
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef UTIL_TOPGEN_HASH_H
  6. #define UTIL_TOPGEN_HASH_H
  7. /* util/topgen/hash.c */
  8. void addtohashtable(char *s, int n);
  9. void printhashtable(void);
  10. #endif /* UTIL_TOPGEN_HASH_H */