资源描述:
《MODBUS通讯+C语言源代码.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、/*********************************************************************************/ /*函数名称:strmcpy() *输入参数: 共 个参数; *输出参数: 共 个参数; *返回值: *需储存的参数:共 个参数; *功能介绍: (1)字符数组拷贝; *修改日志: *[2006-3-617:07] Ver.1.00 开始编写; 完成; /
2、* */ /*********************************************************************************/ voidstrmcpy(unsignedchardest[],unsignedcharsrc[],intcount) { inti; for(i=0;i