memset.c File Reference

Implements the functions: memset. More...

Go to the source code of this file.

Functions

void * memset (void *s, int c, int n)
 Place a character into first n characters.


Detailed Description

Implements the functions: memset.

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

Definition in file memset.c.


Function Documentation

void* memset ( void *  s,
int  c,
int  n 
)

Place a character into first n characters.

Parameters:
s memory to place character into
c character to place
n number of times to place character
Returns:
the pointer to memory

Definition at line 16 of file memset.c.

Referenced by 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