11 lines
264 B
C
11 lines
264 B
C
/*
|
|
* 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 |