<pile-c-array> ( pile n c-type -- alien )
Piles

Prev:pile-alloc ( pile size -- alien )
Next:<pile-c-object> ( pile c-type -- alien )


Vocabulary
memory.piles

Inputs
pilea pile
nan integer
c-typea C type


Outputs
alienan alien


Word description
Requests enough space from a pile to hold n values of c-type. If the pile does not have enough space to satisfy the request, a not-enough-pile-space error is thrown.

Definition