lib: Add macro ARRAY_DEL_ELEMENT()
authorVolker Lendecke <vl@samba.org>
Wed, 25 Mar 2020 21:07:44 +0000 (22:07 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 26 Mar 2020 14:43:31 +0000 (14:43 +0000)
commit94d580c062d7a167a7493542cb746b213880358a
tree490759fa4c6cfe2d358a8dd5d09005377d7bd35e
parentbe394406ee016c6bab75fcd96417554468cf495d
lib: Add macro ARRAY_DEL_ELEMENT()

Every time I have to remove an element from within an array I have to
scratch my head about the memmove arguments. Make this easier to use.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/replace/replace.h
lib/replace/tests/testsuite.c