Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/lib/libxc/memcpy.c File Reference

Go to the source code of this file.

Functions

int memcpy (void *dst, void *src, int n)


Detailed Description

memcpy

Id
memcpy.c 221 2007-07-11 18:45:46Z mschul

Definition in file memcpy.c.


Function Documentation

int memcpy ( void *  dst,
void *  src,
int  n 
)

Memory copy, copy a location in memory from src to dst.

Parameters:
dst destination location
src source location
n amount of data (in bytes) to copy
Returns:
should equal n, if not something went wrong

Definition at line 16 of file memcpy.c.


Generated on Thu Oct 9 22:34:50 2008 for xinu by  doxygen 1.5.5