clarify the purpose of this project
[nyanglibc.git] / time / ctime.s
blob0e085156d850b867795bdf09ecc1a7f56237d8d7
1 .text
2 .p2align 4,,15
3 .globl ctime
4 .type ctime, @function
5 ctime:
6 subq $8, %rsp
7 call localtime
8 addq $8, %rsp
9 movq %rax, %rdi
10 jmp asctime
11 .size ctime, .-ctime
12 .hidden asctime
13 .hidden localtime