/* $OpenXM: OpenXM_contrib2/windows/mcpp/mcpp_out.h,v 1.1 2010/02/26 17:42:36 ohara Exp $ */ /* mcpp_out.h: declarations of OUTDEST data types for MCPP */ #ifndef _MCPP_OUT_H #define _MCPP_OUT_H /* Choices for output destination */ typedef enum { OUT, /* ~= fp_out */ ERR, /* ~= fp_err */ DBG, /* ~= fp_debug */ NUM_OUTDEST } OUTDEST; #endif /* _MCPP_OUT_H */