ndhc/ncmlib/random.h

7 lines
89 B
C
Raw Normal View History

#ifndef NCMLIB_RANDOM__
#define NCMLIB_RANDOM__
uint32_t libc_random_u32(void);
#endif