For internal use only.
This file contains the implementation of the le_init() function, used to dynamically initialize a linked list element.
Definition in file le_init.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for le_init.c:

Go to the source code of this file.
Functions | |
| unsigned long | le_init (link_elem_t *elem, void *object) |
| Dynamically initialize a linked list element. | |
1.4.4