[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.3

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.3     ! takayama    6: #define oxexit(a) exit(a)
        !             7: #define oxexit0(a) exit(a)

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