FMEMCOPY 152 jutils.c #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size) FMEMCOPY 156 jutils.c #define FMEMCOPY(dest,src,size) _fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size))