ec5f756be3
FossilOrigin-Name: 3545862687f1b4dbd6ab4a26fa5c889333a0f4c33c89e02e6b69f21194305219
8 lines
92 B
C
8 lines
92 B
C
#ifndef __CW_RAND_H
|
|
#define __CW_RAND_H
|
|
|
|
extern int cw_rand(uint8_t*dst, int len);
|
|
|
|
#endif
|
|
|