Searched defs:LITMEMCPY (Results 1 – 2 of 2) sorted by relevance
70 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) macro
77 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) macro