list: add an is empty function
authorPauli <pauli@openssl.org>
Thu, 13 Oct 2022 23:30:47 +0000 (10:30 +1100)
committerPauli <pauli@openssl.org>
Wed, 16 Nov 2022 07:02:02 +0000 (18:02 +1100)
commitb6f1b059eefb493d02913e9b32bd267d9017ee73
treeef6a1ea1a36717764b0d8bf94dd13e0b2d36e4a1
parentccdcb08d05725673a3c416f221905fb362dcf1a6
list: add an is empty function

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19377)
doc/internal/man3/DEFINE_LIST_OF.pod
include/internal/list.h
test/list_test.c