chiark / gitweb /
strv: introduce new strv_from_stdarg_alloca() macro to generate a string array from...
authorLennart Poettering <lennart@poettering.net>
Tue, 29 Oct 2013 18:53:43 +0000 (19:53 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Oct 2013 18:53:43 +0000 (19:53 +0100)
commit250a918dc4c8a15d927deecc3b3f6a0604657ae4
tree18faf995d700c26c67ad500b81e7cce007bc0b95
parent7b1132f60d2a447c31556c23ea90ea31447ac557
strv: introduce new strv_from_stdarg_alloca() macro to generate a string array from stdarg function parameters

This allows us to turn lists of strings passed in easily into string
arrays without having to allocate memory.
src/core/execute.c
src/libsystemd-bus/bus-objects.c
src/shared/conf-files.c
src/shared/strv.h
src/test/test-strv.c