Return to oxprint.h CVS log | Up to [local] / OpenXM / src / hgm / oxprint |
version 1.1, 2015/03/24 04:59:24 | version 1.2, 2015/03/24 06:10:33 | ||
---|---|---|---|
|
|
||
#define oxprintfe(...) fprintf(stderr,__VA_ARGS__) | #define oxprintfe(...) fprintf(stderr,__VA_ARGS__) | ||
#define oxflush() fflush(NULL) | #define oxflush() fflush(NULL) | ||
#define oxabort() abort() | #define oxabort() abort() | ||
#define oxstdout stdout |