daemonize.string

Members

Functions

fromStringz
inout(char)[] fromStringz(inout(char)* cString)

Returns a D-style array of char given a zero-terminated C-style string. The returned array will retain the same type qualifiers as the input.

Meta

Authors

Anton Gushcha <ncrashed@gmail.com>

License

Subject to the terms of the MIT license, as written in the included LICENSE file.