seasick 0.4.4

Tools for implementing and transcribing C APIs.
Documentation
1
2
/// Return a new owned string of joined `left` and `right`, or null.
char *concat(const char *left, const char *right);