repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
stdlib
/
rand.s
blob
599a14cb36b088ee1eccfe15fd08e0a86a0e7292
1
.text
2
.p2align 4,,15
3
.globl rand
4
.type rand, @function
5
rand
:
6
subq $
8
, %
rsp
7
call __random
8
addq $
8
, %
rsp
9
ret
10
.size rand, .-rand
11
.hidden __random