perl-5.22
|
Last change
on this file since edd71a2 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
252 bytes
|
| Line | |
|---|
| 1 | #ifndef MAIN_H |
|---|
| 2 | #define MAIN_H |
|---|
| 3 | |
|---|
| 4 | extern char version[]; |
|---|
| 5 | extern char build_date[]; |
|---|
| 6 | extern int Quit; |
|---|
| 7 | |
|---|
| 8 | #define BLINK_ON 0x10 |
|---|
| 9 | #define BLINK_OFF 0x11 |
|---|
| 10 | #define BACKLIGHT_OFF 0x20 |
|---|
| 11 | #define BACKLIGHT_ON 0x21 |
|---|
| 12 | #define HOLD_SCREEN 0x30 |
|---|
| 13 | #define CONTINUE 0x31 |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.