mrss_strerror

This function returns a static string with the description of error code

?
extern (C) @system nothrow @nogc
char*
mrss_strerror

Parameters

err

the error code that you need as string

Return Value

Type: char*

a string. Don't free this string!

Meta