home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / tc-book / color.c < prev    next >
Encoding:
Text File  |  1987-08-20  |  87 b   |  11 lines

  1. /* -------- color.c ------- */
  2.  
  3. void ccolor(void);
  4.  
  5. main()
  6. {
  7.     ccolor();
  8. }
  9.  
  10.  
  11.