one value is coping properly ..another cant

前端 未结 0 1711
情深已故
情深已故 2020-12-07 15:24
int function1(const char *psRec,const char *psBillerName) {
    strcpy(psRec, stBillerRec.szBillerID);
    strcpy(psBillerName, stBillerRec.szBillerName);
}
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题