diff options
Diffstat (limited to 'src/stdlib/seed48.c')
-rw-r--r-- | src/stdlib/seed48.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/seed48.c b/src/stdlib/seed48.c index a976a7c8..8a070709 100644 --- a/src/stdlib/seed48.c +++ b/src/stdlib/seed48.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> unsigned short * seed48(unsigned short seed16v[3]) @@ -8,3 +10,6 @@ unsigned short * seed48(unsigned short seed16v[3]) /* XOPEN(4) */ + + +#endif |