Texas Instruments TMS34010 Reference Manual page 129

C compiler
Hide thumbs Also See for TMS34010:
Table of Contents

Advertisement

memset
Syntax
#include
<string.h>
void
*memset(s, c, n)
void
*s;
char
c;
size-t n;
Defined in
memset. c in rts. src
Duplicate Value in Memory
Description
The memset function copies the value of c into the first n characters of the
object that s points to. The function returns the value of s.
6-54

Advertisement

Table of Contents
loading

Table of Contents