blob: b3ba9f5f8d9277bb208c4447700019497157bb66 [file] [log] [blame]
struct OBJ {
int id;
int (*call1)(int x);
};
extern struct OBJ g_OBJS[2];