summaryrefslogtreecommitdiff
path: root/src/stdlib/seed48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/seed48.c')
-rw-r--r--src/stdlib/seed48.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stdlib/seed48.c b/src/stdlib/seed48.c
new file mode 100644
index 00000000..2a342ffd
--- /dev/null
+++ b/src/stdlib/seed48.c
@@ -0,0 +1,10 @@
+#if (defined _XOPEN_SOURCE)
+
+unsigned short * seed48(unsigned short seed16v[3])
+{
+ return seed16v;
+}
+
+/*
+XOPEN(4)
+*/