diff options
Diffstat (limited to 'src/stdlib/rand.c')
| -rw-r--r-- | src/stdlib/rand.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/rand.c b/src/stdlib/rand.c index c00515da..f02adac0 100644 --- a/src/stdlib/rand.c +++ b/src/stdlib/rand.c @@ -1,3 +1,5 @@ +#if 0 + #include "_stdlib.h" /** get a pseudo-random number **/ @@ -14,3 +16,6 @@ computes a pseudo-random number in the range [0,CONSTANT(RAND_MAX)]. RETURN_SUCCESS(a pseudo-random integer) STDC(1) */ + + +#endif |
