mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-18 19:48:48 +02:00
Reorganize header files
This commit is contained in:
9
include/bsd/random.h
Normal file
9
include/bsd/random.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef LIBBSD_RANDOM_H
|
||||
#define LIBBSD_RANDOM_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
u_int32_t arc4random();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user