char *wstr2cstr(const wchar_t *pwstr , char *pcstr, size_t len) { char *ptemp = pcstr ; if(pwstr!=NULL && pcstr!=NULL)
確定! 回上一頁