Difference for misc/strutil.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * string manipulation utility code   * string manipulation utility code
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:13:53  donut   * Revision 1.2  1999/10/14 04:48:21  donut
  * Initial revision   * alpha fixes, and gl_font args
    *
    * Revision 1.1.1.1  1999/06/14 22:13:53  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.3  1995/07/17  10:44:11  allender   * Revision 1.3  1995/07/17  10:44:11  allender
  * fixed strrev   * fixed strrev
Line 35
 
Line 38
    
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <string.h>
 #include <ctype.h>  #include <ctype.h>
   
 #include "u_mem.h"  #include "u_mem.h"

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