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
|
||
|
|