index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
drand48.c
blob: 87ef33592d6ae5433d224954f4f7f93de7eaa798 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h> double drand48(void) { return 0.0; } /* XOPEN(4) */