1.globl  printf
2.type printf, @function
3printf:
4
5.globl  puts
6.type puts, @function
7puts:
8