InterviewGuide icon indicating copy to clipboard operation
InterviewGuide copied to clipboard

C++ 第120题

Open luobm01 opened this issue 3 years ago • 0 comments

原文:char* strncpy(char* strDest, const char* strSrc, int pos) strncpy的原型应该为:char *strncpy(char *dest, const char *src, size_t n)

luobm01 avatar Mar 13 '22 02:03 luobm01