bc_str

Convert BC to string.

version(COMPILE)
extern (C++) nothrow @safe @trusted
const(char)*
bc_str
(
uint bc
)

Parameters

bc uint

block exit code

Return Value

Type: const(char)*

pointer to string

Meta