nn_strerror

Resolves system errors and native errors to human-readable string.

extern (C) @system nothrow @nogc extern (C)
const(char)*
nn_strerror
(
int errnum
)

Return Value

Type: const(char)*

const(char)* human-readable string

Meta