movemem
移动一块字节
movemem作用是移动一块字节。
函数名: movemem
功 能: 移动一块字节
用 法: void movemem(void *source, void *destin, unsigned len);
程序例:
#include
#include
#include
#include
int main(void)
{
char *destination;
int length;
length = strlen(source);
destination = malloc(length + 1);
movmem
(source,destination,length);
return 0;
}
参考资料
最新修订时间:2023-12-29 20:17
条目作者
小编
资深百科编辑
目录
概述
参考资料
Copyright©2024
闽ICP备2024072939号-1