gehe zum Quellcode dieser Datei
Funktionen |
void | init_display () |
| Initialize curses window.
|
void | rtostr (char *str, char *r) |
| Convert register to string.
|
void | screen_refresh () |
| Print values of t,z,y,x registers.
|
void | err_error (char *str) |
| Print system error instead of X register.
|
void | overflow (char *r) |
| Print message according to status of argument.
|
void | close_display () |
| Close curses window.
|
Dokumentation der Funktionen
void err_error |
( |
char * |
str | ) |
|
Print system error instead of X register.
Initialize curses window.
void overflow |
( |
char * |
r | ) |
|
Print message according to status of argument.
void rtostr |
( |
char * |
str, |
|
|
char * |
r |
|
) |
| |
Convert register to string.
Print values of t,z,y,x registers.
Variablen-Dokumentation