Turbo C - (C) Copyright 1987, 1988 by Borland International */
#define S_IREAD 0x0100 /* from SY
资 源 简 介
Turbo C - (C) Copyright 1987, 1988 by Borland International */
#define S_IREAD 0x0100 /* from SYSSTAT.H */
#define S_IWRITE 0x0080 /* from SYSSTAT.H */
#define TRUE 1
#define FALSE 0
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue."
#define MSGCOMMAND "Press / for the list of commands"
#define MSGMEMORY "Memory Available:"
#define MSGERROR "ERROR"
部分说明
#define MSGLOMEM "Not enough memory to allocate cell."
#define MSGEMPTY "Empty"
#define MSGTEXT "Text"