main.h 315 B

1234567891011121314
  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_MAIN_H
  6. #define UTIL_TOPGEN_MAIN_H
  7. /* util/topgen/main.c */
  8. int main(int argc, char *argv[]);
  9. void error(char *s, ...);
  10. int onlyspace(char *s);
  11. #endif /* UTIL_TOPGEN_MAIN_H */