3 #define API_MAKEVERSION(a, b) (a <<16) | b
4 #define API_VERSION API_MAKEVERSION(1, 0)
16 int c; // c:3; // bitfields not implemented with new generator yet
24 void print_data(struct data *data);
29 int (*funcc)(float b);
32 void *api_func(const char *name);
33 struct api *api_create(void);
36 struct list_node *succ;
37 struct list_node *pred;