1 2 3 4 5 6 7 8 9 10 11
include defs # putc - put character onto STDOUT subroutine putc (c) character c call putch (c, STDOUT) return end