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