KEILC51程序实例和配套硬件目标板,很详细,程序有注释

源代码在线查看: tst_strlen.c

软件大小: 12439 K
上传用户: ldh_ncu10
关键词: KEILC 51 程序实例 硬件
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include 
				#include                   /* for printf */
				void tst_strlen (void) {
				   char buf [] = "Find the length of this string";
				   int len;
				   len = strlen (buf);
				   printf ("string length is %d\n", len);
				}
							

相关资源