daemonize.string

Public Imports

std.string
public import std.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

License

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

Authors

Anton Gushcha <ncrashed@gmail.com>