home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / tek / rg0.proto.h < prev    next >
Encoding:
Text File  |  1993-11-01  |  474 b   |  13 lines  |  [TEXT/CWIE]

  1. void    TEKNULLunload(void);
  2. short    RG0newwin(void);
  3. char *RG0devname(void);
  4. void    RG0oneshort(short x);
  5. void    RG0void(void);
  6. short    RG0returnshort(short x);
  7. short    RG0pencolor(short w, short color);
  8. short    RG0point(short w, short x, short y);
  9. short    RG0drawline(short w, short a, short b, short c, short d);
  10. void    RG0dataline(short w, short data, short count);
  11. void    RG0charmode(short w, short rotation, short size);
  12. void    RG0info(short w, short a, short b, short c, short d, short v);
  13.