ch3mon.h 245 B

1234567891011
  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_CH3MON_H
  6. #define LANG_CEM_CEMCOM_ANSI_CH3MON_H
  7. void ch3mon(int oper, struct expr **expp);
  8. #endif