kolibrios/programs/develop/ktcc/trunk/kx/lib/console.def
Coldy 2f2a91947f Add KX extension to tcc (autoload w/import table support), phase 2.2
Fixed bug in case unused libraries
Improved align algorithm
Filled kx folder including docs, libs

git-svn-id: svn://kolibrios.org@9513 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-28 11:56:49 +00:00

25 lines
347 B
Modula-2

LIBRARY console.obj
EXPORTS
;START
con_init
con_write_asciiz
con_write_string
con_printf
con_exit
;version
con_get_flags
con_set_flags
con_kbhit
con_getch
con_getch2
con_gets
con_gets2
con_get_font_height
con_get_cursor_height
con_set_cursor_height
con_cls
con_get_cursor_pos
con_set_cursor_pos
con_set_title
con_get_input