1#include<string.h> exteren void bcopy(const void *src,void *dest,int n); 将字符串src的前n个字节复制到dest中,它并不检查字符串中的null。忽视之