13 lines
374 B
C
13 lines
374 B
C
/*
|
|
* The Amsterdam Compiler Kit
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
*/
|
|
#ifndef LANG_CEM_CEMCOM_ANSI_FLTCSTOPER_H
|
|
#define LANG_CEM_CEMCOM_ANSI_FLTCSTOPER_H
|
|
|
|
/* lang/cem/cemcom.ansi/fltcstoper.c */
|
|
void fltcstbin(register struct expr **expp, int oper, register struct expr *expr);
|
|
|
|
#endif /* LANG_CEM_CEMCOM_ANSI_FLTCSTOPER_H */
|
|
|