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

1.5     ! takayama    1: #include <R.h>
        !             2: #include <R_ext/Utils.h>
        !             3: #include <R_ext/Print.h>
        !             4: #include <Rinternals.h>
        !             5: #include <R_ext/Rdynload.h>
        !             6: #define oxprintf(...)  Rprintf(__VA_ARGS__)
        !             7: #define oxprintfe(...) REprintf(__VA_ARGS__)
        !             8: #define oxflush()
        !             9: #define oxabort()  error("Fatal error in the shared lib hgm.\n")
        !            10: #define oxstdout  NULL
        !            11: #define oxstdin  NULL
        !            12: #define oxexit(a)  error("Fatal error in the shared lib hgm.\n");
        !            13: #define oxexit0(a)  error("Fatal error in the shared lib hgm.\n");

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