Go to the source code of this file.
◆ GTG_STACK
Value:
#define GTG_LIST(name)
declare and initialize a list.
Definition GTGList.h:27
◆ gtg_stack_entry
#define gtg_stack_entry |
( |
| ptr, |
|
|
| type, |
|
|
| member ) |
Value:
#define gtg_list_entry(ptr, type, member)
get the structure corresponding to a list entry
Definition GTGList.h:39
◆ GTG_STACK_INIT
#define GTG_STACK_INIT |
( |
| ptr | ) |
|
Value:
#define GTG_LIST_INIT(ptr)
initialize a list.
Definition GTGList.h:16
◆ gtg_stack
◆ gtg_stack_t
◆ gtg_stack_empty()
◆ gtg_stack_pop()
◆ gtg_stack_push()
◆ gtg_stack_top()