Home
last modified time | relevance | path

Searched defs:mono_runtime_printf (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-logger-internals.h134 #define mono_runtime_printf(format, ...) g_log ("mono-rt", G_LOG_LEVEL_MESSAGE, format "\n", ##__VA… macro
147 #define mono_runtime_printf(format, ...) fprintf (stdout, format "\n", ##__VA_ARGS__) macro