⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msg.c

📁 window下的c编译器。
💻 C
📖 第 1 页 / 共 2 页
字号:
/* Wedit String Table */
char *StrTab[]={
/* strings from D:\LCC\SRC44\MAIN.C */
	"Impossible to open %s\n",	/* 0 */
	"lcc: break. Erasing %s\n",	/* 1 */
	"Trap signal received. Compilation aborts\n",	/* 2 */
	"no input files\n",	/* 3 */
	"%s: can't write `%s'\n",	/* 4 */
	"Cpp time: %g sec.\n",	/* 5 */
	"%s: can't write `%s: error %d'\n",	/* 6 */
	"Spills:%d Chars read: %d,Memory used:%d,Time = %g sec.\n",	/* 7 */
	"%d errors, %d warnings\n",	/* 8 */
	"Clobbering input file %s with xref file %s?\n",	/* 9 */
	"Option error: /Fo needs an argument\n" 	/* 10 */
	,
/* strings from D:\LCC\SRC44\W32INCL.C */
	"Unknown operation in boolean assignment\n" 	/* 11 */
	,
/* strings from D:\LCC\SRC44\TYPES.C */
	"type error: %s\n",	/* 12 */
	"pointer expected",	/* 13 */
	"illegal type `array of %t'\n",	/* 14 */
	"missing array size\n",	/* 15 */
	"illegal type `array of %t'\n",	/* 16 */
	"declaring type array of %t' is undefined\n",	/* 17 */
	"size of `array of %t' exceeds %d bytes\n",	/* 18 */
	"type error: %s\n",	/* 19 */
	"array expected",	/* 20 */
	"Pascal keyword not implemented",	/* 21 */
	"qualified function type ignored\n",	/* 22 */
	"illegal type `%k %t'\n",	/* 23 */
	"illegal return type `%t'\n",	/* 24 */
	"type error: %s\n",	/* 25 */
	"function expected",	/* 26 */
	"redefinition of `%s' previously defined at %w\n",	/* 27 */
	"duplicate field name `%s' in `%t'\n",	/* 28 */
	"ambiguous field `%s' of `%t' from `%t'\n",	/* 29 */
	"incomplete ",	/* 30 */
	"%k defined at %w",	/* 31 */
	" defined at %w",	/* 32 */
	"pointer to %t",	/* 33 */
	"%t function",	/* 34 */
	"incomplete array",	/* 35 */
	" of %t",	/* 36 */
	"%t _stdcall ",	/* 37 */
	"long long ",	/* 38 */
	"%s;\n",	/* 39 */
	"%k %s;\n",	/* 40 */
	"%k %s size=%d {\n",	/* 41 */
	"field %s: offset=%d",	/* 42 */
	" bits=%d..%d",	/* 43 */
	" type=%t",	/* 44 */
	"}\n",	/* 45 */
	"enum %s {",	/* 46 */
	",",	/* 47 */
	"%s=%d",	/* 48 */
	"}\n",	/* 49 */
	"%t\n",	/* 50 */
	"unnamed %k in prototype\n" 	/* 51 */
	,
/* strings from D:\LCC\SRC44\TREE.C */
	"reference to `%t' elided\n",	/* 52 */
	"reference to `volatile %t' elided\n" 	/* 53 */
	,
/* strings from D:\LCC\SRC44\TRACE.C */
	") called\n" 	/* 54 */
	,
/* strings from D:\LCC\SRC44\SYM.C */
	"Extending %s to %d\n",	/* 55 */
	"more than 127 identifiers declared in a block\n" 	/* 56 */
	,
/* strings from D:\LCC\SRC44\STMT.C */
	"unreachable code\n",	/* 57 */
	"more than 15 levels of nested statements\n",	/* 58 */
	"illegal break statement\n",	/* 59 */
	"illegal continue statement\n",	/* 60 */
	"illegal case label\n",	/* 61 */
	"case label must be a constant integer expression\n",	/* 62 */
	"illegal default label\n",	/* 63 */
	"extra default label\n",	/* 64 */
	"extraneous return value\n",	/* 65 */
	"missing return value\n",	/* 66 */
	"missing label in goto\n",	/* 67 */
	"unrecognized statement\n",	/* 68 */
	"illegal statement termination\n",	/* 69 */
	"%s used in a conditional expression\n",	/* 70 */
	"redefinition of label `%s' previously defined at %w\n",	/* 71 */
	"illegal type `%t' in switch expression\n",	/* 72 */
	"switch statement with no cases\n",	/* 73 */
	"duplicate case label `%d'\n",	/* 74 */
	"more than 257 cases in a switch\n",	/* 75 */
	"switch generates a huge table\n",	/* 76 */
	"illegal return type; found `%t' expected `%t'\n",	/* 77 */
	"pointer to a %s is an illegal return value\n",	/* 78 */
	"parameter",	/* 79 */
	"local",	/* 80 */
	"pointer to %s `%s' is an illegal return value\n",	/* 81 */
	"parameter",	/* 82 */
	"local",	/* 83 */
	"source code specifies an infinite loop" 	/* 84 */
	,
/* strings from D:\LCC\SRC44\SIMP.C */
	"integer expression must be constant\n",	/* 85 */
	"Overflow in constant expression\n",	/* 86 */
	"Overflow in constat expression\n",	/* 87 */
	"overflow in constant expression\n",	/* 88 */
	"shift by %d is undefined\n",	/* 89 */
	"shift by %d is undefined\n",	/* 90 */
	"shift by %d is undefined\n",	/* 91 */
	"overflow in constant expression\n",	/* 92 */
	"shift by %d is undefined\n",	/* 93 */
	"shift by %d is undefined\n",	/* 94 */
	"overflow in constant expression\n",	/* 95 */
	"overflow in constant expression\n",	/* 96 */
	"overflow in constant expression\n" 	/* 97 */
	,
/* strings from D:\LCC\SRC44\SEH.C */
	"Incorrect __except syntax\n",	/* 98 */
	"Incorrect __except expression!",	/* 99 */
	"missing ')' in __except expression" 	/* 100 */
	,
/* strings from D:\LCC\SRC44\NCPP.C */
	"Unterminated conditional in #include",	/* 101 */
	"Unterminated #if/#ifdef/#ifndef",	/* 102 */
	"Unidentifiable control line",	/* 103 */
	"Unknown preprocessor control %t",	/* 104 */
	"#if too deeply nested",	/* 105 */
	"Syntax error in #undef",	/* 106 */
	"#if too deeply nested",	/* 107 */
	"#elif with no #if",	/* 108 */
	"#elif after #else",	/* 109 */
	"#else with no #if",	/* 110 */
	"#else after #else",	/* 111 */
	"Syntax error in #else",	/* 112 */
	"#endif with no #if",	/* 113 */
	"Syntax error in #endif",	/* 114 */
	"#error directive: %r",	/* 115 */
	"Syntax error in #line",	/* 116 */
	"#line specifies number out of range",	/* 117 */
	"Bad syntax for control line",	/* 118 */
	"Preprocessor control `%t' not yet implemented",	/* 119 */
	"Out of memory from malloc",	/* 120 */
	"Syntax error in #ifdef/#ifndef",	/* 121 */
	"Illegal operator * or & in #if/#elsif",	/* 122 */
	"Bad operator (%t) in #if/#elsif",	/* 123 */
	"Botch in #if/#elsif",	/* 124 */
	"Undefined expression value",	/* 125 */
	"Syntax error in #if/#elsif",	/* 126 */
	"Syntax error in #if/#endif",	/* 127 */
	"Bad ?: in #if/endif",	/* 128 */
	"Eval botch (unknown operator)",	/* 129 */
	"Bad digit in number %t",	/* 130 */
	"Bad number %t in #if/#elsif",	/* 131 */
	"Wide char constant value undefined",	/* 132 */
	"Undefined escape in character constant",	/* 133 */
	"Empty character constant",	/* 134 */
	"Multibyte character constant undefined",	/* 135 */
	"Character constant taken as not signed",	/* 136 */
	"String in #if/#elsif",	/* 137 */
	"#include too deeply nested",	/* 138 */
	"Could not find include file %r",	/* 139 */
	"Syntax error in #include",	/* 140 */
	"Lexical botch in cpp",	/* 141 */
	"No newline at end of file",	/* 142 */
	"Unterminated string or char const",	/* 143 */
	"EOF in string or char constant",	/* 144 */
	"EOF inside comment",	/* 145 */
	"#defined token is not a name",	/* 146 */
	"#defined token %t can't be redefined",	/* 147 */
	"Duplicate macro argument",	/* 148 */
	"Syntax error in macro parameters",	/* 149 */
	"Macro redefinition of %t",	/* 150 */
	"Illegal -D or -U argument %r",	/* 151 */
	"Incorrect syntax for 'defined'",	/* 152 */
	"Disagreement in number of macro arguments",	/* 153 */
	"EOF in macro arglist",	/* 154 */
	"Sorry, too many macro arguments",	/* 155 */
	"# not followed by macro parameter",	/* 156 */
	"## occurs at border of replacement",	/* 157 */
	"Bad token %r produced by ##",	/* 158 */
	"Stringified macro arg is too long",	/* 159 */
	"bad __declspec syntax!",	/* 160 */
	"cpp botch: unknown internal macro",	/* 161 */
	"Token of length 0?\n",	/* 162 */
	"(tp offset %d) ",	/* 163 */
	"Cpp: Input buffer overflow!!!\n",	/* 164 */
	"Installation problem\n",	/* 165 */
	"Please enter the path for the <include> header files (for example c:\\lcc\\include)\n",	/* 166 */
	"%s is not a directory. Exiting\n",	/* 167 */
	"Too many -I directives",	/* 168 */
	"Can't open input file %s",	/* 169 */
	"Clobbering input file? %s\n" 	/* 170 */
	,
/* strings from D:\LCC\SRC44\LEX.C */
	"asm string too long\n",	/* 171 */
	"too many variable references in asm string\n",	/* 172 */
	"non-ANSI asm\n",	/* 173 */
	"missing string constant in asm\n",	/* 174 */
	"unclosed comment\n",	/* 175 */
	"invalid hexadecimal constant `%S'\n",	/* 176 */
	"invalid octal constant `%S'\n",	/* 177 */
	"missing %c\n",	/* 178 */
	"%s literal too long\n",	/* 179 */
	"string",	/* 180 */
	"character",	/* 181 */
	"more than 509 characters in a string literal\n",	/* 182 */
	"%s literal contains non-portable characters\n",	/* 183 */
	"string",	/* 184 */
	"character",	/* 185 */
	"excess characters in multibyte character literal `%S' ignored\n",	/* 186 */
	"missing '\n",	/* 187 */
	"illegal character `\\0%o'\n",	/* 188 */
	"illegal character `%c'\n",	/* 189 */
	"overflow in constant `%S'\n",	/* 190 */
	"integer",	/* 191 */
	"`%S' is a preprocessing number but an invalid %s constant\n",	/* 192 */
	"invalid floating constant `%S'\n",	/* 193 */
	"overflow in double constant `%S'\n",	/* 194 */
	"overflow in floating constant `%S'\n",	/* 195 */
	"floating",	/* 196 */
	"ill-formed hexadecimal escape sequence\n",	/* 197 */
	"ill-formed hexadecimal escape sequence `\\x%c'\n",	/* 198 */
	"overflow in hexadecimal escape sequence\n",	/* 199 */
	"overflow in octal escape sequence\n",	/* 200 */
	"unrecognized character escape sequence\n",	/* 201 */
	"unrecognized character escape sequence `\\%c'\n",	/* 202 */
	"Overflow in #pragma(push)\n",	/* 203 */
	"Syntax error in pragma <pack>\n",	/* 204 */
	"pragma pack(pop) stack underflow\n",	/* 205 */
	"pragma pack(pop) syntax error\n",	/* 206 */
	"Integer constant expected in 'pack' pragma. Ignored.",	/* 207 */
	"Incorrect 'pragma pack' syntax",	/* 208 */
	"Illegal pragma pack(%d) ignored",	/* 209 */
	"Incorrect syntax in pragma statement",	/* 210 */
	"Integer constant expected in 'optimize' pragma. Ignored.",	/* 211 */
	"Incorrect 'optimize' syntax",	/* 212 */
	"Incorrect syntax in pragma statement",	/* 213 */
	"String constant expected in 'pack' pragma. Ignored.",	/* 214 */
	"\tsection .text\n",	/* 215 */
	"Section name too long. Max. 8 chars. Ignored.",	/* 216 */
	"Incorrect 'pragma section' syntax",	/* 217 */
	"Incorrect syntax in pragma statement" 	/* 218 */
	,
/* strings from D:\LCC\SRC44\INPUT.C */
	"read error\n",	/* 219 */
	"ref",	/* 220 */
	"pack",	/* 221 */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -