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
/
srand48.c
blob: 97be97c0f8aa37c1583e249b987978b1c18ab537 (
plain
)
1
2
3
4
5
6
7
8
9
#include <stdlib.h> void srand48(long seedval) { } /* XOPEN(4) */