fire/output.h

7 lines
88 B
C
Raw Normal View History

2019-12-12 18:46:24 -05:00
#ifndef OUTP_H
#define OUTP_H
#define PRINT(...) fprintf(stderr, __VA_ARGS__);
#endif