Reorganize header files

This commit is contained in:
Guillem Jover
2005-10-31 22:57:10 +00:00
parent 5c2938f589
commit 657f1b59ce
10 changed files with 297 additions and 268 deletions

9
include/bsd/random.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef LIBBSD_RANDOM_H
#define LIBBSD_RANDOM_H
#include <sys/types.h>
u_int32_t arc4random();
#endif