|
Last change
on this file since 3c45656 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
Imported original source code.
|
-
Property mode
set to
100755
|
|
File size:
502 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | =============================================================================
|
|---|
| 3 | glcfns.h -- definitions for the Epson GLC driver
|
|---|
| 4 | Version 6 -- 1988-01-10 -- D.N. Lynx Crowe
|
|---|
| 5 | =============================================================================
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | extern unsigned GLCcrc(), GLCcxy();
|
|---|
| 9 | extern short GLCplot();
|
|---|
| 10 | extern short GLCinit(), GLCwrts(), GLCtext(), GLCdisp(), GLCcurs();
|
|---|
| 11 |
|
|---|
| 12 | extern unsigned lcdx, lcdy, lcdbit, lcdrow, lcdcol, lcdbase;
|
|---|
| 13 | extern unsigned lcdctl1, lcdctl2;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.