Routines for console I/O
Checks if a keyboard keystroke is available. |
|
Gets a character from the keyboard, no echo. |
|
Gets character from standard input, keyboard. |
|
Gets character from the keyboard, with echo. |
|
Reads string from standard input, keyboard. |
|
Displays a message describing error in errno. |
|
Formatted output to standard output, screen. |
|
Writes a character to standard output, screen. |
|
Writes a string to standard output, console. |
|
Formatted input from standard input, keyboard. |
|
Formatted output to stdout, screen, variable args. |
|
Formatted input from stdin, keyboard, variable args. |
dlgobj.jsh - Dialog object
getit.jsh - getItem and getLine
inout.jsh - routines for input/output
inputbox.jsh - input box
key.jsh - keys and keyboard
msgbox.jsh - message boxes
Routines for conversion/casting