diff options
Diffstat (limited to 'src/stdlib/erand48.c')
| -rw-r--r-- | src/stdlib/erand48.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stdlib/erand48.c b/src/stdlib/erand48.c new file mode 100644 index 00000000..3e4be053 --- /dev/null +++ b/src/stdlib/erand48.c @@ -0,0 +1,10 @@ +#include <stdlib.h> + +double erand48(unsigned short xsubi[3]) +{ + return 0.0; +} + +/* +XOPEN(4) +*/ |
