mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-24 19:02:59 +01:00
10 lines
106 B
C
10 lines
106 B
C
#ifndef LIBBSD_RANDOM_H
|
|
#define LIBBSD_RANDOM_H
|
|
|
|
#include <sys/types.h>
|
|
|
|
u_int32_t arc4random();
|
|
|
|
#endif
|
|
|