source: buchla-68k/include/glcfns.h@ f40a309

Last change on this file since f40a309 was f40a309, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Unix line breaks.

  • Property mode set to 100644
File size: 489 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
8extern unsigned GLCcrc(), GLCcxy();
9extern short GLCplot();
10extern short GLCinit(), GLCwrts(), GLCtext(), GLCdisp(), GLCcurs();
11
12extern unsigned lcdx, lcdy, lcdbit, lcdrow, lcdcol, lcdbase;
13extern unsigned lcdctl1, lcdctl2;
Note: See TracBrowser for help on using the repository browser.