TrashStack.push

Pushes a piece of memory onto a GTrashStack.

class TrashStack
static
void
push

Parameters

stackP GTrashStack**

a pointer to a GTrashStack.

dataP void*

the piece of memory to push on the stack.

Meta