eg0rmaffin

ft_putint

Jul 4th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. void putint(int a)
  4. {
  5.     printf("%i", a);
  6. }
  7.  
  8.  
  9.  
  10. /// More http://www.cplusplus.com/reference/cstdio/printf/
  11. /// More http://www.cplusplus.com/reference/cstdio/printf/
  12. /// More http://www.cplusplus.com/reference/cstdio/printf/
Advertisement
Add Comment
Please, Sign In to add comment