kernel/term.i

10 lines
225 B
OpenEdge ABL
Raw Normal View History

2024-03-19 09:23:45 -05:00
ifnd TERM_I
TERM_I equ 1
; Initializes the terminal card driver
xref term_init
; Prints the string pointed to by a0
xref term_print
; Prints the string pointed to by a0 followed by a newline
xref term_println
endif