17.05.2015 Views

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

memset<br />

Duplicate Value in Memory<br />

Syntax #include <br />

Defined in<br />

Description<br />

void *memset(s, c, n)<br />

void *s;<br />

char c;<br />

size-t n;<br />

memset. c in rts. src<br />

The memset function copies the value of c into the first n characters of the<br />

object that s points to. The function returns the value of s.<br />

6-54

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!