P99

◆ P99_AALLOC

#define P99_AALLOC (   T,
  VB,
 
)    P00_AALLOC(P99_ATYPE(T, , VB, N))

Allocate a new matrix of base type T and with N dimensions as given by VB.

Remarks
argument 0 should correspond to a type that is not a VLA.
argument 1 maybe evaluated several times for its type but only once for its value

Definition at line 633 of file p99_for.h.