/* * The Amsterdam Compiler Kit * See the copyright notice in the ACK home directory, in the file "Copyright". */ #ifndef LANG_CEM_CEMCOM_ANSI_CH3BIN_H #define LANG_CEM_CEMCOM_ANSI_CH3BIN_H void ch3bin(struct expr **expp, int oper, struct expr *expr); #endif