conversion.h 169 B

12345678
  1. #ifndef LANG_CEM_CEMCOM_ANSI_CONVERSION_H
  2. #define LANG_CEM_CEMCOM_ANSI_CONVERSION_H
  3. struct type;
  4. void conversion(struct type *from_type, struct type *to_type);
  5. #endif