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

  1. *** grabchars.c.orig    Sat Dec 12 08:18:18 1992
  2. --- grabchars.c    Sat Dec 12 08:48:42 1992
  3. ***************
  4. *** 128,134 ****
  5.       /* for getopt () */
  6.       extern int optind, opterr;
  7.       extern char *optarg;
  8. !     char comarg;
  9.   
  10.       int how_many = 1;    /* how many chars to read */
  11.       int num_read;        /* how many we have read... */
  12. --- 128,134 ----
  13.       /* for getopt () */
  14.       extern int optind, opterr;
  15.       extern char *optarg;
  16. !     int comarg;
  17.   
  18.       int how_many = 1;    /* how many chars to read */
  19.       int num_read;        /* how many we have read... */
  20.