Just use memcpy

It is defined in unix_string.h as follows:
#define  memcpy(x,y,z)  (MemMove(x,(void *)y,z) ? x : x)


"Tomek Stephan" <[EMAIL PROTECTED]> wrote in message
news:48053@palm-dev-forum...
>
> I am a newcommer  on CW 7.0
>
> The CW lib does not contain the memcopy function. Is there a
> substitution?
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to