]> git.puffer.fish Git - mirror/frr.git/commit
lib: darr: add new access and str functions
authorChristian Hopps <chopps@labn.net>
Mon, 16 Oct 2023 10:26:34 +0000 (06:26 -0400)
committerChristian Hopps <chopps@labn.net>
Thu, 28 Dec 2023 17:52:57 +0000 (17:52 +0000)
commitf3d6edc7eefb034e581dbe4a481ba494db7dbd64
tree4406c42a2a7bbee73914d5ca4f69166fe7c86c39
parent1bb6f212083009884de48769805d510d2ae3b2d6
lib: darr: add new access and str functions

- darr_last(), and darr_strdup_cap().
- strcat, strdup, strlen, strnul equivs.

Signed-off-by: Christian Hopps <chopps@labn.net>
configure.ac
lib/darr.c
lib/darr.h
tests/lib/subdir.am
tests/lib/test_darr.c
tests/lib/test_darr.py [new file with mode: 0644]