8 lines
89 B
ArmAsm
Raw Normal View History

.globl printf
.type printf, @function
printf:
.globl puts
.type puts, @function
puts: