Searched defs:strcpy (Results 1 – 2 of 2) sorted by relevance
70 strcpy(char * __restrict s1, const char * __restrict s2) in strcpy() function
274 #define strcpy(strDest,strSource) AsciiStrCpyS(strDest,MAX_STRING_SIZE,strSource) macro