cstoper.h 200 B

12345678
  1. #ifndef LANG_CEM_CEMCOM_ANSI_CSTOPER_H
  2. #define LANG_CEM_CEMCOM_ANSI_CSTOPER_H
  3. void cstbin(struct expr **expp, int oper, struct expr *expr);
  4. void cut_size(struct expr *expr);
  5. void init_cst();
  6. #endif