print_fun_t

This functions prints a format-less, ZERO-TERMINATED string. Hence, the @system interface. Also, cannot fail. \n must flush.

nothrow @nogc @safe nothrow @nogc @system
alias print_fun_t = void function
(
const(char)* message
)

Meta