gdl_check 3 2016-03-06 genlist manual

NAME

gdl_check - check the integrity of a list

SYNPOSIS

void gdl_check(gdl_list_t *list)

DESCRIPTION

gdl_check runs various checks on a list using assert(3). Only a broken list may fail any of the asserts.

This call is implemented as function-like macros evaluating to void.

Arguments:
list A list to be checked. May not be NULL.

SEE ALSO

gdl_check 3 2016-03-06 genlist manual