#include <stdio.h>
#include <stdlib.h>
int
main(
argc,
char
*argv[]) {
a[30];
b[25]=
"abcdefgagh"
;
memcpy
(a,b,c
);//把b地址开始复制c个字节到a地址
return
0;
}