diff options
Diffstat (limited to 'strv.h')
-rw-r--r-- | strv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ char **strv_uniq(char **l); #define strv_contains(l, s) (!!strv_find((l), (s))) char **strv_new(const char *x, ...) _sentinel; +char **strv_new_ap(const char *x, va_list ap); static inline bool strv_isempty(char **l) { return !l || !*l; |