actube/src/cw/rand.h
7u83@mail.ru ec5f756be3 Work on mods....
FossilOrigin-Name: 3545862687f1b4dbd6ab4a26fa5c889333a0f4c33c89e02e6b69f21194305219
2016-03-05 09:24:08 +00:00

8 lines
92 B
C

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