Difference for main/args.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Functions for accessing arguments.   * Functions for accessing arguments.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:05:15  donut   * Revision 1.2  1999/06/14 23:44:11  donut
  * Initial revision   * Orulz' svgalib/ggi/noerror patches.
    *
    * Revision 1.1.1.1  1999/06/14 22:05:15  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.0  1995/02/27  11:31:22  john   * Revision 2.0  1995/02/27  11:31:22  john
  * New version 2.0, which has no anonymous unions, builds with   * New version 2.0, which has no anonymous unions, builds with
Line 67
 
Line 70
 #include <string.h>  #include <string.h>
 #include "u_mem.h"  #include "u_mem.h"
 #include "strio.h"  #include "strio.h"
   //added 6/15/99 - Owen Evans
   #include "strutil.h"
   //end added - OE
   
 int Num_args=0;  int Num_args=0;
 char * Args[100];  char * Args[100];

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2