#include <stddef.h>
Functions | |
void * | blitset (void *dst, int c, size_t n) |
void * | blitmove (void *src, void *dst, size_t n) |
|
Move a number of bytes from src buffer to dst buffer. The two buffers may overlap in memory.
|
|
Set the n bytes of the buffer starting at dst with character c.
|