Though, one has to be careful about the fact that str* functions often
stop on NULs and that strbufs may have embedded NULs.
Though, one has to be careful about the fact that str* functions often
stop on NULs and that strbufs may have embedded NULs.
. The `buf` member is never NULL, so it can be used in any usual C
string operations safely. strbuf's _have_ to be initialized either by
. The `buf` member is never NULL, so it can be used in any usual C
string operations safely. strbuf's _have_ to be initialized either by