Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArray1_Construct ( kArray1 array,
kType  itemType,
kSize  length,
kAlloc  allocator 
)

Constructs a kArray1 object.

Parameters
arrayReceives the constructed object.
itemTypeType of array element.
lengthLength of array.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.