Raw
1 @@
2 type T;
3 T *ptr;
4 expression n;
5 @@
6 xcalloc(
7 + n,
8 \( sizeof(T) \| sizeof(*ptr) \)
9 - , n
10 )