[BACK]Return to lib.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/lib.c between version 1.52 and 1.53

version 1.52, 2023/10/06 22:29:24 version 1.53, 2023/10/30 16:14:51
Line 26 
Line 26 
 #define DEBUG  #define DEBUG
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
   #include <strings.h>
 #include <ctype.h>  #include <ctype.h>
 #include <errno.h>  #include <errno.h>
 #include <stdlib.h>  #include <stdlib.h>

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53