81 extern void memCopy(uint16_t *srcStartAddr,uint16_t *srcEndAddr,uint16_t *dstAddr);
89 #endif // end of _MEMCOPY_H_ definition
Contains the public interface to the types definitions.
void memCopy(uint16_t *srcStartAddr, uint16_t *srcEndAddr, uint16_t *dstAddr)
Copies a block of memory from the source address to the destination address.