Searched refs:STRCPY (Results 1 – 1 of 1) sorted by relevance
160 #ifndef STRCPY161 #define STRCPY(pDest, pSrc) strcpy((pDest), (pSrc)) macro