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