strncpy (), _fstrncpy(). copy a string, to a maximum length. Synopsis: #include <string.h> char *strncpy( char *dst, const char *src, size_t n ); char __far ...
確定! 回上一頁