diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 14:26:35 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 14:26:35 -0500 |
commit | 7b7cca986ed85ecb2dd8d39478088f236a24b9a1 (patch) | |
tree | 94e777147773774da48d2c6baf64d797a182f50d /src/stdlib/srandom.c | |
parent | 3d7bacbaf22b36170371cd89facd0c1cd298b67b (diff) |
merge XOPEN identifiers
Diffstat (limited to 'src/stdlib/srandom.c')
-rw-r--r-- | src/stdlib/srandom.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stdlib/srandom.c b/src/stdlib/srandom.c new file mode 100644 index 00000000..a0839684 --- /dev/null +++ b/src/stdlib/srandom.c @@ -0,0 +1,9 @@ +#include <stdlib.h> + +void srandom(unsigned seed) +{ +} + +/* +XOPEN(400) +*/ |