|
STIR 6.4.0
|
Declares some utility functions used by the screen* files. More...
#include <stdio.h>#include <curses.h>#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | KB_DIRECTION(c) |
| #define | KB_UPARROW 0x41 |
| #define | KB_DNARROW 0x42 |
| #define | KB_RTARROW 0x43 |
| #define | KB_LTARROW 0x44 |
| #define | Min(x, y) |
| #define | Max(x, y) |
Declares some utility functions used by the screen* files.
This is part of a library by Kris Thielemans, mainly written in 1991.
| #define KB_DIRECTION | ( | c | ) |
| #define Min | ( | x, | |
| y ) |
| #define Max | ( | x, | |
| y ) |