[BACK]Return to oxprint.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / hgm / oxprint

File: [local] / OpenXM / src / hgm / oxprint / oxprint.h (download)

Revision 1.3, Wed Apr 1 06:10:34 2015 UTC (9 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -0 lines

"exit" is replaced with "oxexit".

#define oxprintf(...)  printf(__VA_ARGS__)
#define oxprintfe(...) fprintf(stderr,__VA_ARGS__)
#define oxflush()  fflush(NULL)
#define oxabort()  abort()
#define oxstdout  stdout
#define oxexit(a) exit(a)
#define oxexit0(a) exit(a)