10 lines
96 B
Text
10 lines
96 B
Text
@@
|
|
type T;
|
|
T *ptr;
|
|
expression n;
|
|
@@
|
|
xcalloc(
|
|
+ n,
|
|
\( sizeof(T) \| sizeof(*ptr) \)
|
|
- , n
|
|
)
|