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
/
mrand48.c
blob: 7d287fd1b2c2ae38f8eeb9d77d5c3c35b36a0a67 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h> long mrand48(void) { return 0; } /* XOPEN(4) */