For internal use only.
This file contains the implementation of the ll_init() function, used to dynamically initialize a linked list head.
Definition in file ll_init.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ll_init.c:
Go to the source code of this file.
Functions | |
unsigned long | ll_init (link_head_t *list, void *extra) |
Dynamically initialize a linked list head. |