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

  1. --- src/graphic.d.rtr    Wed Feb  5 10:22:36 1997
  2. +++ src/graphic.d    Wed Feb 12 11:09:32 1997
  3. @@ -2,8 +2,9 @@
  4.  /* Notes:    Calls to NTtext should be always preceded by an NTmov() call.
  5.  */
  6.  #include <stdio.h>
  7. +#include <stdlib.h>
  8.  #include <math.h>
  9. -#include <strings.h>
  10. +#include <string.h>
  11.  
  12.  #define YES 1
  13.  #define NO 0
  14.