ch3bin.h 264 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_CH3BIN_H
  6. #define LANG_CEM_CEMCOM_ANSI_CH3BIN_H
  7. void ch3bin(struct expr **expp, int oper, struct expr *expr);
  8. #endif