Return to oxprint.h CVS log | Up to [local] / OpenXM / src / hgm / oxprint |
version 1.3, 2015/04/01 06:10:34 | version 1.4, 2016/02/13 02:23:39 | ||
---|---|---|---|
|
|
||
#define oxflush() fflush(NULL) | #define oxflush() fflush(NULL) | ||
#define oxabort() abort() | #define oxabort() abort() | ||
#define oxstdout stdout | #define oxstdout stdout | ||
#define oxstdin stdin | |||
#define oxexit(a) exit(a) | #define oxexit(a) exit(a) | ||
#define oxexit0(a) exit(a) | #define oxexit0(a) exit(a) |