KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Variants on standard block memory copy/set functions. More...
Go to the source code of this file.
Functions | |
void * | memcpy4 (void *dest, const void *src, size_t count) |
Copy a block of memory, 4 bytes at a time. | |
void * | memset4 (void *s, unsigned long c, size_t count) |
Set a block of memory, 4 bytes at a time. | |
void * | memcpy2 (void *dest, const void *src, size_t count) |
Copy a block of memory, 2 bytes at a time. | |
void * | memset2 (void *s, unsigned short c, size_t count) |
Set a block of memory, 2 bytes at a time. | |
Variants on standard block memory copy/set functions.
This file contains variants on the standard block memory copy/set functions. These variants copy/set memory in the specified block sizes, which may be helpful for interacting with memory-mapped hardware.