#ifndef OBJREF #define OBJREF typedef struct { unsigned int size; unsigned char data[1]; } *ObjRef; #endif /* ifndef OBJREF #define OBJREF */