repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2
[musl.git]
/
src
/
prng
/
srand48.c
blob
0a56f6a07a26983727197cfc27ec1f5b05ab9b66
1
#include <stdlib.h>
2
3
void
srand48
(
long
seed
)
4
{
5
seed48
((
unsigned short
[
3
]){
0x330e
,
seed
,
seed
>>
16
});
6
}