Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gm_bcopy.c File Reference

#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)

Detailed Description


Function Documentation

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.

Parameters:
from  (IN) The starting location for the region to be copied.
to  (IN) The ending location for the region to be copied.
len  (IN) The length in bytes of the region to be copied.
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Mon Nov 3 15:39:25 2003 for GM by doxygen1.2.15