strncpy, strncpy_s ... char *strncpy( char *restrict dest, const char *restrict src, size_t count );. (since C99) ... strcpystrcpy_s.
確定! 回上一頁