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.