Data Structures | |
struct | link_s |
Macros | |
#define | STRUCT_FROM_LINK(l, t, m) ((t *)((byte *)l - (intptr_t)&(((t *)0)->m))) |
Typedefs | |
typedef struct link_s | link_t |
Functions | |
void | ClearLink (link_t *l) |
void | InsertLinkAfter (link_t *l, link_t *after) |
void | InsertLinkBefore (link_t *l, link_t *before) |
void | RemoveLink (link_t *l) |
void ClearLink | ( | link_t * | l | ) |
void RemoveLink | ( | link_t * | l | ) |