Completed support for generating C code.
[repair.git] / Repair / RepairCompiler / MCC / CRuntime / size.h
1 #include "specs/x86/cache_aux.h"
2 int getfield(int type, int fieldindex);
3 int isArray(int type, int fieldindex);
4 int isPtr(int type, int fieldindex);
5 int numElements(int type, int fieldindex);
6 int size(int type);
7 int sizeBytes(int type);
8 int getnumfields(int type);
9 bool issubtype(int subtype, int type);
10 void computesizes(struct foo_state *);