《Keil Cx51 V7.0单片机高级语言编程与uVision2应用实践》附盘源代码

源代码在线查看: text.h

软件大小: 12522 K
上传用户: flyhack007
关键词: uVision2 Keil 7.0 Cx
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*
				 * this is a header file that defines all the text strings
				 */
				
				#define NO_LANG  7                 // we are using 7 languages in this example
				
				extern char * const far text0 [];  // text string 0, pointers are in const far
				extern char * const far text1 [];  // text string 1, pointers are in const far
				extern char * code text2 [];       // text string 2, pointers are in common
				extern char * code text3 [];       // text string 3, pointers are in common
				
							

相关资源