[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.2, Tue Mar 24 06:10:33 2015 UTC (9 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.1: +1 -0 lines

printf --> oxprintf
...

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