2 lines
61 B
C
2 lines
61 B
C
|
typedef struct objc_object { void *super; int wibble; } *id;
|
|
typedef struct objc_object { void *super; int wibble; } *id;
|