InterviewGuide
InterviewGuide copied to clipboard
C++ 第120题
原文:char* strncpy(char* strDest, const char* strSrc, int pos)
strncpy的原型应该为:char *strncpy(char *dest, const char *src, size_t n)