-
Notifications
You must be signed in to change notification settings - Fork 0
dll_init
Taras Maliukh edited this page Apr 11, 2020
·
5 revisions
dll_t *dll_init(dll_bits_t bits);
Allocate a new list.
For specifying behavior for the list - set bits
using this bits
Pointer to the allocated memory otherwise NULL if:
- memory allocation failed
- if
DLL_BIT_EIGN
is not specified:- passed invalid
bits
mask
- passed invalid