#include <errorCodes.h>
#include <types.h>
Go to the source code of this file.
Typedefs | |
typedef _ExpandingQueue * | ExpandingQueue |
Functions | |
ErrorCode | expandingQueueCreate (ExpandingQueue *q, uint32 size) |
ErrorCode | expandingQueueAdd (ExpandingQueue q, Pointer item) |
ErrorCode | expandingQueueGet (ExpandingQueue q, Pointer *item) |
ErrorCode | expandingQueuePeek (ExpandingQueue q, Pointer *item) |
ErrorCode | expandingQueueDestroy (ExpandingQueue *q) |