[BACK]Return to mcpp_out.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / mcpp

Annotation of OpenXM_contrib2/windows/mcpp/mcpp_out.h, Revision 1.1

1.1     ! ohara       1: /* $OpenXM$ */
        !             2: /* mcpp_out.h: declarations of OUTDEST data types for MCPP  */
        !             3: #ifndef _MCPP_OUT_H
        !             4: #define _MCPP_OUT_H
        !             5:
        !             6: /* Choices for output destination */
        !             7: typedef enum {
        !             8:     OUT,                        /* ~= fp_out    */
        !             9:     ERR,                        /* ~= fp_err    */
        !            10:     DBG,                        /* ~= fp_debug  */
        !            11:     NUM_OUTDEST
        !            12: } OUTDEST;
        !            13:
        !            14: #endif  /* _MCPP_OUT_H  */

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