]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add dynamic array type
authorChristian Hopps <chopps@labn.net>
Fri, 23 Jun 2023 18:34:47 +0000 (14:34 -0400)
committerChristian Hopps <chopps@labn.net>
Tue, 27 Jun 2023 22:00:56 +0000 (18:00 -0400)
commite6e0c5bd25599c76bd05db3c2e3f32f6d3fe47bb
treebcaf7cafafd79e576dfa2e00a24cf8bea99dce1e
parent70fb3910dbe81c8d44dcfa77c070b0a6e83d3607
lib: add dynamic array type

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