Adds a '\0' terminator to "str" if not present.
string to '\0'-terminate
true if the string did not have a '\0'-terminator and therefore was changed, or false otherwise.
See Implementation
Adds a '\0' terminator to "str" if not present.