home *** CD-ROM | disk | FTP | other *** search
- --- calen.c.orig Thu Jan 30 14:37:33 1997
- +++ calen.c Thu Jan 30 14:48:53 1997
- @@ -29,6 +29,7 @@
-
- #include <stdio.h>
- #include <ctype.h>
- +#include <string.h>
-
- #define FALSE 0
- #define TRUE 1
- @@ -80,7 +81,7 @@
- int argc;
- char *argv[];
- {
- - int nmonths; /* consecutive months to print */
- + int nmonths = -1; /* consecutive months to print */
- int badopt = FALSE; /* flag set if bad option */
- int badpar = FALSE; /* flag set if bad param */
- monthRec mRec[3]; /* space for main and small calendars */
-