forked from KolibriOS/kolibrios
2f2a91947f
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
25 lines
347 B
Modula-2
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 |