Converts str to a C string, that is, if a null terminator is not present then it is appended to the original string. A pointer to the string is returned.
input string
C compatible (null terminated) string
See Implementation
Converts str to a C string, that is, if a null terminator is not present then it is appended to the original string. A pointer to the string is returned.