ks_c_str

Unlike ks_str(), this function will never return NULL. If the kstring is empty it will return a read-only empty string. As the returned value may be read-only, the caller should not attempt to modify it.

extern (C)
const(char)*
ks_c_str

Meta