Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- void putint(int a)
- {
- printf("%i", a);
- }
- /// More http://www.cplusplus.com/reference/cstdio/printf/
- /// More http://www.cplusplus.com/reference/cstdio/printf/
- /// More http://www.cplusplus.com/reference/cstdio/printf/
Advertisement
Add Comment
Please, Sign In to add comment