actube/src/cw/rand.h

8 lines
92 B
C
Raw Normal View History

#ifndef __CW_RAND_H
#define __CW_RAND_H
extern int cw_rand(uint8_t*dst, int len);
#endif