sll.c File Reference

#include "sll.h"

Include dependency graph for sll.c:

Go to the source code of this file.

Functions

RSllRSllAddTop (RSll *head, RSll *elem)
RSllRSllRmvTop (RSll *head)
RSllRSllAddEnd (RSll *head, RSll *elem)
RSllRSllAddAft (RSll *head, RSll *before, RSll *elem)
RSllRSllAddBef (RSll *head, RSll *after, RSll *elem)
RSllRSllRmvElm (RSll *head, RSll *elem)


Function Documentation

RSll* RSllAddAft ( RSll head,
RSll before,
RSll elem 
)

Definition at line 205 of file sll.c.

RSll* RSllAddBef ( RSll head,
RSll after,
RSll elem 
)

Definition at line 233 of file sll.c.

RSll* RSllAddEnd ( RSll head,
RSll elem 
)

Definition at line 179 of file sll.c.

Referenced by IoStartSave().

Here is the caller graph for this function:

RSll* RSllAddTop ( RSll head,
RSll elem 
)

Definition at line 154 of file sll.c.

RSll* RSllRmvElm ( RSll head,
RSll elem 
)

Definition at line 267 of file sll.c.

RSll* RSllRmvTop ( RSll head  ) 

Definition at line 164 of file sll.c.

Referenced by _IoRemoveTempFiles().

Here is the caller graph for this function:


Generated on Tue Oct 23 11:24:44 2007 for Relax by  doxygen 1.5.3