void hw_LogPrintF(const char *fmt, va_list argptr);
printf()
style formatting codes be warned that
the internal representation of va_list
is compiler-dependent, so you might get
crashes if your compiler uses a representation that is different from the compiler
that was used to build Hollywood.
printf()
style format stringva_list
containing the values for the format fields of fmt