toStringzValidPtr

This is like tango.stdc.stringz.toStringz, but in case of an empty input string, this function returns a pointer to a null value instead of a null ptr.

version(Tango)
char*
toStringzValidPtr
(
String src
)

Meta