c_print

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias c_print = printf
  2. alias c_print = mexPrintf
  3. alias c_print = PySys_WriteStdout
    version(PRINTING && !MATLAB && PYTHON)
    nothrow @nogc extern (C)
    alias c_print = PySys_WriteStdout
  4. alias c_print = Rprintf
  5. alias c_print = printf

Meta