#include "gm_internal.h"
#include "gm_bcopy_up.h"
Functions | |
GM_ENTRY_POINT void | gm_bcopy (const void *from, void *to, gm_size_t len) |
|
gm_bcopy() copies len bytes starting at from to location to. This function does not handle overlapping regions.
|