|
Kestrel Interface
|
Go to the source code of this file.
Macros | |
| #define | LL_FREE kest_free |
| #define | LL_MALLOC kest_alloc |
| #define | DECLARE_LINKED_LIST(X) |
| #define | IMPLEMENT_LINKED_LIST(X) |
| #define | DECLARE_LINKED_PTR_LIST(X) |
| #define | IMPLEMENT_LINKED_PTR_LIST(X) |
| #define DECLARE_LINKED_LIST | ( | X | ) |
Definition at line 12 of file kest_linked_list.h.
| #define DECLARE_LINKED_PTR_LIST | ( | X | ) |
Definition at line 212 of file kest_linked_list.h.
| #define IMPLEMENT_LINKED_LIST | ( | X | ) |
Definition at line 30 of file kest_linked_list.h.
| #define IMPLEMENT_LINKED_PTR_LIST | ( | X | ) |
Definition at line 234 of file kest_linked_list.h.
| #define LL_FREE kest_free |
Definition at line 5 of file kest_linked_list.h.
| #define LL_MALLOC kest_alloc |
Definition at line 9 of file kest_linked_list.h.