Searched defs:FT_MEM_COPY (Results 1 – 2 of 2) sorted by relevance
220 #define FT_MEM_COPY( dest, source, count ) ft_memcpy( dest, source, count ) macro