[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.4, Sat Feb 13 02:23:39 2016 UTC (8 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.3: +1 -0 lines

I forgot to commit this.

#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)