mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-02-10 16:28:18 +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
|
|
|