ec_double_list_shift
Last updated March 2020
Name
ec_double_list_shift — Shift the head of the list off the list
Synopsis
#include "misc/ec_double_list.h"
| void * **ec_double_list_shift** (
| list)
; | |
Description
Shifts the head of the list off the list.
- list
-
The list.
This function returns the data associated with the head, or NULL
if the list is empty.
It is legal to call this function in any thread.
See Also
Was this page helpful?