pattern.h 320 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_PATTERN_H
  6. #define UTIL_TOPGEN_PATTERN_H
  7. /* util/topgen/pattern.c */
  8. void addpattern(char *str, int l, int np, int nr);
  9. void printpatterns(void);
  10. #endif /* UTIL_TOPGEN_PATTERN_H */