8 lines
169 B
C
8 lines
169 B
C
#ifndef LANG_CEM_CEMCOM_ANSI_CONVERSION_H
|
|
#define LANG_CEM_CEMCOM_ANSI_CONVERSION_H
|
|
|
|
struct type;
|
|
|
|
void conversion(struct type *from_type, struct type *to_type);
|
|
|
|
#endif |