7 lines
89 B
C
7 lines
89 B
C
#ifndef NCMLIB_RANDOM__
|
|
#define NCMLIB_RANDOM__
|
|
uint32_t libc_random_u32(void);
|
|
|
|
#endif
|
|
|