main.ih 500 B

12345678910111213141516171819
  1. /* ========= begin header generated by ./mkh ========= */
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. /* === main.c === */
  6. void regress(FILE *in);
  7. void try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts);
  8. int options(int type, char *s);
  9. int opt(int c, char *s);
  10. void fixstr(register char *p);
  11. char *check(char *str, regmatch_t sub, char *should);
  12. static char *eprint(int err);
  13. static int efind(char *name);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. /* ========= end header generated by ./mkh ========= */