jwasm/H/msgtext.h
2014-06-18 19:16:56 +04:00

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