mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-22 01:04:39 +00:00
14 lines
367 B
C
14 lines
367 B
C
/****************************************************************************
|
|
*
|
|
* Description: msgtext.c interface
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef _MSGTEXT_H_
|
|
#define _MSGTEXT_H_
|
|
|
|
//extern const char *MsgGet( int, char * );
|
|
extern const char *MsgGetEx( int ); /* doesn't need a buffer */
|
|
|
|
#endif
|