Documentation from omemcpy.h | ![]() |
![]() | |
Introduction | [top] |
ROV - Easy applications from C
Copyright - © Jason Tribbeck / 7th ARM 2002
Contributing authors - Jason Tribbeck
File - dir.h
Type - helper
Description
omemcpy performs an overlapping memcpy function.
![]() | |
omemcpy | [top] |
Identical to memcpy, except deals with overlapping areas of memory
Parameters:
- void *dst - the destination pointer.
- void *src - the source pointer.
- int len - the amount to copy.int omemcpy(void *dst, void *src, int len);
Generated Mon Feb 11 21:49:14 2002