Last change
on this file since cbe2c15 was f40a309, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Unix line breaks.
|
-
Property mode
set to
100644
|
File size:
489 bytes
|
Rev | Line | |
---|
[f40a309] | 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.