programming.nbk: Home | Index | Next Page: Methods | Previous Page: long int strtol(const char *str, char **endptr, int base)


 memset() (c function)

    void * memset ( void * ptr, int value, size_t num ); <cstring> 

Fill block of memory

Sets the first num bytes of the block of memory pointed by ptr to the specified value (interpreted as an unsigned char).

Parameters

Return Value

ptr is returned.


programming.nbk: Home | Index | Next Page: Methods | Previous Page: long int strtol(const char *str, char **endptr, int base)


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time