GC_printf

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias GC_printf = printf
  2. void GC_printf(const(char)* format, ...)
    version(!Windows)
    extern (C) pragma(printf) @trusted @nogc nothrow
    void
    GC_printf
    (
    const(char)* format
    ,)

Meta