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

Annotation of OpenXM/src/hgm/oxprint/oxprint.h, Revision 1.4

1.1       takayama    1: #define oxprintf(...)  printf(__VA_ARGS__)
                      2: #define oxprintfe(...) fprintf(stderr,__VA_ARGS__)
                      3: #define oxflush()  fflush(NULL)
                      4: #define oxabort()  abort()
1.2       takayama    5: #define oxstdout  stdout
1.4     ! takayama    6: #define oxstdin   stdin
1.3       takayama    7: #define oxexit(a) exit(a)
                      8: #define oxexit0(a) exit(a)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>