aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/typeconv.h
blob: 93709f753960dc0556e19b4c095e42aec5f1cdfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*

Version 1.0 25/04/1994

Author: Sjaak Smetsers 

*/

extern void PrintType (SymbDef tdef, TypeAlts type);

extern void ListTypes (ImpMod imod);

extern void InitARC_Info (void);

extern void PrintTypeClass (SymbDef class_def, File file);