EmbLogic's Blog

some thing about memset

memset- use for fill the date into any type of pointer

see aguments of memset:

memset(void *,int c,size_t n);

return type of memset – memset return pointer of same type of data which fill with memset.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>