VPRINT
# define VPRINT(format, args) PRINT("%s", format)
# define VPRINT(format, args) vprintf(format, args)