home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / RADIANCE / SRC / COMMON / WPUTS.C < prev    next >
Text File  |  1993-10-07  |  203b  |  12 lines

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