blob: c48872fd903d35ebe0a05cef95e7438676fdc8f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* 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_
|