Balaji Marisetti
Balaji Marisetti
This is a non-issue. This is not the intended way of using `sdscat` function. It's defined with this prototype: `sds sdscatlen(sds s, const void *t, size_t len) ` which promises...
I want to use meson build in a new project. I'd like to know what the current status of the meson build support for this project?
@mikkelfj Thanks for the info. I'll give it a try and see.
Thanks for your response @strongX509. I used the term `command` because the document you linked to [VICI](https://github.com/strongswan/strongswan/blob/master/src/libcharon/plugins/vici/README.md) uses the same term. Let's say I'm building a command-line interpreter to the...