why dont we default to null terminating strings of type native?
if "native" is what we get when LANG=C it only seems natural to do so.
else we are forced to use wrapper functions a that grow and manipulate
string data any time we need to pass it to standard C functions that
wont accept a string_length parameter, this list unfortunately contains
several syscalls.

just my $0.02
Roman

Reply via email to