home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / PSTEXT / I386 / PSTEXT. next >
Encoding:
Text File  |  1998-07-24  |  344 b   |  20 lines

  1. *** pstext.c.orig    Tue Dec 15 21:44:06 1992
  2. --- pstext.c    Tue Dec 15 21:44:39 1992
  3. ***************
  4. *** 24,30 ****
  5.    */
  6.   
  7.   #include <stdio.h>
  8. ! #include <strings.h>
  9.   #include <ctype.h>
  10.   #define TRUE 1
  11.   #define FALSE 0
  12. --- 24,30 ----
  13.    */
  14.   
  15.   #include <stdio.h>
  16. ! #include <string.h>
  17.   #include <ctype.h>
  18.   #define TRUE 1
  19.   #define FALSE 0
  20.