memcpy.c File Reference

Implements the functions: memcpy. More...

Go to the source code of this file.

Functions

void * memcpy (void *s, const void *ct, int n)
 Memory copy, copy a location in memory from src to dst.


Detailed Description

Implements the functions: memcpy.

Id
memcpy.c 1521 2008-08-27 21:51:17Z mschul

Definition in file memcpy.c.


Function Documentation

void* memcpy ( void *  s,
const void *  ct,
int  n 
)

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

Parameters:
s destination location
ct source location
n amount of data (in bytes) to copy
Returns:
pointer to destination

Definition at line 16 of file memcpy.c.

Referenced by etherRead(), etherWrite(), nvramInit(), and test_libString().

Here is the caller graph for this function:


Generated on Fri Sep 19 13:40:29 2008 for Embedded XINU by  doxygen 1.5.6