memmove

Doug McDonald mcdonald at aries.scs.uiuc.edu
Mon Jun 18 01:03:18 AEST 1990


In article <1990Jun17.135623.754 at ux1.cso.uiuc.edu> I write:
>
>Memmove cannot be written in C. 

My brain was dead. Of course it can. But you have to come up with 
a temporary array to store things in. People might get unhappy if
a vendor's memmove does TWO moves and a malloc.

I should have said "a direct memory to memory memmove cannot be
written in C".

Doug McDonald



More information about the Comp.lang.c mailing list