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/
- Substitution for memcopy Tomek Stephan
- Re: Substitution for memcopy Daniel Morais
- Re: Substitution for memcopy Steve Mann
- Mark Douglas
