clarify the purpose of this project
[nyanglibc.git] / stdlib / rand.s
blob599a14cb36b088ee1eccfe15fd08e0a86a0e7292
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