cosmopolitan/libc/nt/KernelBase/GetTempPathA.s

13 lines
242 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp KernelBase,__imp_GetTempPathA,GetTempPathA,762
.text.windows
GetTempPathA:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_GetTempPathA(%rip),%rax
jmp __sysv2nt
.endfn GetTempPathA,globl
.previous