|
| T_memset |
|
|
|
T_memset |
|
|
|
|
|
void T_memset ( |
|
|
POINTER | output, | /* output block */ |
int | value, | /* value */ |
unsigned int len | /* length of block */ | |
); |
|
|
|
|
|
Description
T_memset sets the first len bytes of output to value. If the value of len is zero, output is undefined.
Return value
There is no return value.
C h a p t e r 4 D e t a i l s o f C r y p t o - C F u n c t i o n s | 345 |