函数strncpy的作用,急求!!!题目不会做,请教各位高手帮忙
函数strncpy的作用是将长度为n的数组s拷贝至d,void strncpy(char *s, const char *d, int n)
{
int c;
__asm
{
loop:
_________________
out:
}
}
请将该函数补充完整。
2011-01-02 17:06
2011-01-02 18:53
2011-01-04 08:36