Go to the source code of this file.
Data Structures | |
struct | MQIntLink |
A linked-list link holding the value of a 32-bit integer. More... | |
Typedefs | |
typedef MQIntLink | MQIntLink |
typedef MQIntLink * | MQIntList |
Functions | |
MQIntList | MQIntList_push (MQIntList q, int x) |
void | MQIntList_show (MQIntList q) |