diff options
Diffstat (limited to 'src/stdlib/srand.c')
-rw-r--r-- | src/stdlib/srand.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/srand.c b/src/stdlib/srand.c index 42d5be95..ab364ad4 100644 --- a/src/stdlib/srand.c +++ b/src/stdlib/srand.c @@ -1,3 +1,5 @@ +#if 0 + #include "_stdlib.h" /** seed the pseudo-random number generator **/ @@ -16,3 +18,6 @@ Program execution begins with a seed of 1. /* STDC(1) */ + + +#endif |