fltcstoper.h 373 B

123456789101112
  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_FLTCSTOPER_H
  6. #define LANG_CEM_CEMCOM_ANSI_FLTCSTOPER_H
  7. /* lang/cem/cemcom.ansi/fltcstoper.c */
  8. int fltcstbin(register struct expr **expp, int oper, register struct expr *expr);
  9. #endif /* LANG_CEM_CEMCOM_ANSI_FLTCSTOPER_H */