TrashStack.push

Pushes a piece of memory onto a GTrashStack.

class TrashStack
static
void
push

Parameters

stackP GTrashStack**

a GTrashStack

dataP void*

the piece of memory to push on the stack

Meta