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

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

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