While a few people active, can someone "re-clue" me in on intentions
of string handling. I'd like to stick a couple of calls in the string lib
to:
        1) Terminate a string's current buffer if there is room
        2) Create a local or alloced buffer with a null terminated string.

These calls would only be used for when there were calls expecting C strings.

Else all low-level code has to do its own copying/dinking with the buffers.
I'll submit a patch but since String stuff isn't my area I'd rather whoever
is maintaining it let me know how they want to handle it.

-Melvin

Reply via email to