#include "sll.h"

Go to the source code of this file.
Functions | |
| RSll * | RSllAddTop (RSll *head, RSll *elem) |
| RSll * | RSllRmvTop (RSll *head) |
| RSll * | RSllAddEnd (RSll *head, RSll *elem) |
| RSll * | RSllAddAft (RSll *head, RSll *before, RSll *elem) |
| RSll * | RSllAddBef (RSll *head, RSll *after, RSll *elem) |
| RSll * | RSllRmvElm (RSll *head, RSll *elem) |
Definition at line 179 of file sll.c.
Referenced by IoStartSave().

Definition at line 164 of file sll.c.
Referenced by _IoRemoveTempFiles().

1.5.3