/*MSG_DEFS.H of 29-Sep-1993 7-Sep-1993. PAE. Make this so that on AXPVMS we can define different msg_ stuff compared to on VAXVMS and other systems. 29-Sep-1993. PAE. Use this file everywhere now - using Frans' EMUX everywhere, but may need call conversion for FORTran users. */ #define msg_init msgu_init #define msg_out msgu_out #ifdef __STDC__ extern void msgu_init(char *suite_name, char *program_name) ; extern void msgu_out(char *severity, char *text) ; #else extern void msgu_init() ; extern void msgu_out() ; #endif /*end of msg_defs.h*/