fire/outp.h

7 lines
88 B
C

#ifndef OUTP_H
#define OUTP_H
#define PRINT(...) fprintf(stderr, __VA_ARGS__);
#endif