diff options
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) +*/ |
