home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / IPL / SSOL2 / IPL. next >
Encoding:
Text File  |  1998-07-24  |  224 b   |  12 lines

  1. --- src/graphic.d.orig    Fri Apr 23 11:12:23 1993
  2. +++ src/graphic.d    Fri Apr 23 11:32:14 1993
  3. @@ -3,7 +3,7 @@
  4.  */
  5.  #include <stdio.h>
  6.  #include <math.h>
  7. -#include <strings.h>
  8. +#include <string.h>
  9.  
  10.  #define YES 1
  11.  #define NO 0
  12.