Skip to content

dll_init

Taras Maliukh edited this page Apr 11, 2020 · 5 revisions

Synopsis:

dll_t *dll_init(dll_bits_t bits);

Description:

Allocate a new list.

For specifying behavior for the list - set bits using this bits

Return value:

Pointer to the allocated memory otherwise NULL if:

  • memory allocation failed
  • if DLL_BIT_EIGN is not specified:
    • passed invalid bits mask
Clone this wiki locally