Support `Malloc<CStr>`
Opened this issue · 0 comments
madsmtm commented
Most C APIs don't actually return str
, they return CStr
, so it would be nice if malloc_buf
also supported those.
Opened this issue · 0 comments
Most C APIs don't actually return str
, they return CStr
, so it would be nice if malloc_buf
also supported those.