<pile-c-object> ( pile c-type -- alien )
Piles

Prev:<pile-c-array> ( pile n c-type -- alien )
Next:pile-align ( pile align -- pile )


Vocabulary
memory.piles

Inputs
pilea pile
c-typea C type


Outputs
alienan alien


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

Definition