#include "cell.h"


Go to the source code of this file.
Classes | |
| class | SNode |
| The SNode structure handle nodes into a linked list. More... | |
Typedefs | |
| typedef struct SNode * | pSNode |
Functions | |
| pSNode | Lidy_CreateNode (pSCell Cell, pSNode pNextNode) |
| Create and allocate a new node with a cell. | |
| void | Lidy_DeleteNode (pSNode Node) |
| Delete a node if Node is not null. | |
Create and allocate a new node with a cell.
| Cell | is the cell embedded in the new node | |
| pNextNode | is a pointer on the next node |
| void Lidy_DeleteNode | ( | pSNode | Node | ) |
Delete a node if Node is not null.
| Node | is the node to delete |
1.5.8