19 #define IDX_apr_dev_t 0
20 #define IDX_apr_ino_t 1
21 #define IDX_apr_off_t 2
22 #define IDX_apr_socklen_t 3
23 #define IDX_apr_size_t 4
26 #define GETSIZE(res, type) res[(IDX_##type)] = sizeof(type)
27 #define CHECKSIZE(tc, res1, res2, type) \
28 ABTS_INT_EQUAL(tc, res1[(IDX_##type)], res2[(IDX_##type)]);
void get_type_sizes32(int *res)
void get_type_sizes64(int *res)