Return to oxprint.h CVS log | Up to [local] / OpenXM / src / hgm / oxprint |
version 1.2, 2015/03/24 06:10:33 | version 1.6, 2017/04/01 21:50:28 | ||
---|---|---|---|
|
|
||
#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 oxexit0(a) exit(a) |