int function1(const char *psRec,const char *psBillerName) { strcpy(psRec, stBillerRec.szBillerID); strcpy(psBillerName, stBillerRec.szBillerName); } <
int function1(const char *psRec,const char *psBillerName) { strcpy(psRec, stBillerRec.szBillerID); strcpy(psBillerName, stBillerRec.szBillerName); }