aboutsummaryrefslogtreecommitdiffstats
path: root/libenv_vselect_variable_list_with_dealloc.c
blob: cec9d7a0b4aa0a770b4f6c95dbc0398ea72eca93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* See LICENSE file for copyright and license details. */
#include "common.h"


size_t
libenv_vselect_variable_list_with_dealloc(char **variables, va_list classes)
{
	return libenv_vprocess_list_with_dealloc__(variables, 0, classes, NO_HEAD, VARIABLES, SELECT);
}


/* TODO test */