Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
ADT
ADT.Stack

Method ADT.Stack()->quick_pop()


Method quick_pop

void ADT.Stack()->quick_pop(void|int val)

Description

Pops val entries from the stack, or one entry if no value is given. The popped entries are not actually freed, only the stack pointer is moved.