1 typedef __SIZE_TYPE__
size_t;
2 extern size_t strlen (const char *s
);
17 void foo (A
*x
, const char *y
, int z
)
22 A
*bar (const char *v
, int w
, int x
, const char *y
, int z
)
29 void test (const char *x
, int *y
)
31 foo (d
->a
[d
->b
], "test", 200);
32 d
->a
[d
->b
] = bar (x
, b
? 0 : 65536, strlen (x
), "test", 201);