/* * PARSEC HEADER: sl_msg.h */ #ifndef _SL_MSG_H_ #define _SL_MSG_H_ // sl_msg.c implements the following functions // ------------------------------------------- // int SYSs_MsgOut( const char *format, ... ); // int SYSs_MsgPut( const char *format, ... ); // void SYSs_MsgPrompt(); #endif // _SL_MSG_H_