sokol_log.c 125 B

123456
  1. #define SOKOL_IMPL
  2. #include "sokol_log.h"
  3. void use_sokol_log(void) {
  4. slog_func("bla", 1, 123, "123", 42, "bla.c", 0);
  5. }