Go to the source code of this file.
Data Structures | |
struct | RSll |
Defines | |
#define | ForEachElemInList(h, e) for(e=h;e!=0L;e=e->next) |
Functions | |
RSll * | RSllAddTop (RSll *head, RSll *elem) |
RSll * | RSllRmvTop (RSll *head) |
RSll * | RSllAddEnd (RSll *head, RSll *elem) |
RSll * | RSllAddAft (RSll *head, RSll *befor, RSll *elem) |
RSll * | RSllAddBef (RSll *head, RSll *after, RSll *elem) |
RSll * | RSllRmvElm (RSll *head, RSll *elem) |