strdup (), _strdup(), _fstrdup(). create a duplicate of a string. Synopsis: #include <string.h> char *strdup( const char *src ); char *_strdup( const char ...
確定! 回上一頁