[inline]
Allocate array of elements, initialized with zero.
Definition at line 106 of file FXElement.h.
References fxcalloc().
00106 { 00107 return fxcalloc((void**)&ptr,sizeof(TYPE)*n); 00108 }