slab_test/include/sys/rand.h
2026-03-04 07:19:48 +01:00

3 lines
No EOL
57 B
C

#include <stddef.h>
void krand_init();
size_t rand(void);