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)
This allows us to turn lists of strings passed in easily into string
arrays without having to allocate memory.


No differences found