#ifndef __UVECTOR_MEMCPY_EXTRA_H__ #define __UVECTOR_MEMCPY_EXTRA_H__ void memcpy_offset (char *dst, char *src, int doff, int soff, int len); void memmove_offset (char *dst, char *src, int doff, int soff, int len); #endif