[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.6, Sat Apr 1 21:50:28 2017 UTC (7 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +8 -13 lines

Undo the changes on rsync-oxprint (it must not be rsynced).

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