jvm/c/printf_hosted.h

7 lines
108 B
C

#pragma once
#include <stdio.h>
#define debugf(...) printf(__VA_ARGS__)
#define debugc(c) putc(stdout, c)