options.h 307 B

123456789101112
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef LANG_CEM_CEMCOM_ANSI_OPTIONS_H
  6. #define LANG_CEM_CEMCOM_ANSI_OPTIONS_H
  7. /* lang/cem/cemcom.ansi/options.c */
  8. void do_option(char *text);
  9. #endif /* LANG_CEM_CEMCOM_ANSI_OPTIONS_H */