Searched defs:FT_MEM_MOVE (Results 1 – 2 of 2) sorted by relevance
224 #define FT_MEM_MOVE( dest, source, count ) \ macro
222 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) macro