home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / radsrc22 / src / common / cputs.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-12  |  214 b   |  12 lines

  1. /* Copyright (c) 1991 Regents of the University of California */
  2.  
  3. #ifndef lint
  4. static char SCCSid[] = "@(#)cputs.c 2.1 11/12/91 LBL";
  5. #endif
  6.  
  7. cputs(s)            /* command line error */
  8. char  *s;
  9. {
  10.     eputs(s);
  11. }
  12.