From aebf2524909f0c0e3aec7f78fa01ad908f7da3a0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 30 Jan 2025 18:42:27 +0100 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libenv_vselect_name_list_with_dealloc.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libenv_vselect_name_list_with_dealloc.c (limited to 'libenv_vselect_name_list_with_dealloc.c') diff --git a/libenv_vselect_name_list_with_dealloc.c b/libenv_vselect_name_list_with_dealloc.c new file mode 100644 index 0000000..95f35ed --- /dev/null +++ b/libenv_vselect_name_list_with_dealloc.c @@ -0,0 +1,12 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +size_t +libenv_vselect_name_list_with_dealloc(char **variables, va_list classes) +{ + return libenv_vprocess_list_with_dealloc__(variables, 0, classes, NO_HEAD, NAMES, SELECT); +} + + +/* TODO test */ -- cgit v1.2.3-70-g09d2