title STDIO subttl Module from library C_1 : STDIO maclib SYSEQU.LIB ; FILE: STDIO.MAC ; DATE: 820819:1302 ; FOR: Standard input and output channel nos. entry stdin,stdout dseg stdin: db 0 ; Defaults to console stdout: db 0 end