#include <db.h>
Collaboration diagram for stack:
Data Fields | |
char * | data |
STACK * | next |
Definition at line 39 of file db.h.
char* stack::data |
Definition at line 40 of file db.h.
Referenced by destroy_obj(), fun_empty(), fun_lstack(), fun_peek(), fun_pop(), and fun_push().
Definition at line 41 of file db.h.
Referenced by destroy_obj(), fun_empty(), fun_lstack(), fun_peek(), fun_pop(), fun_push(), and stacksize().