aboutsummaryrefslogtreecommitdiffstats
path: root/libenv_vselect_name_list_with_dealloc.c
blob: 6c66019742b48d96001aacf33002bac0e79a2942 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* 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);
}