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

Diff for /src/usr.bin/hexdump/conv.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:34:17 version 1.3, 2001/07/12 05:17:10
Line 40 
Line 40 
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <ctype.h>  #include <ctype.h>
   #include <stdio.h>
 #include "hexdump.h"  #include "hexdump.h"
   
   void
 conv_c(pr, p)  conv_c(pr, p)
         PR *pr;          PR *pr;
         u_char *p;          u_char *p;
Line 92 
Line 94 
         }          }
 }  }
   
   void
 conv_u(pr, p)  conv_u(pr, p)
         PR *pr;          PR *pr;
         u_char *p;          u_char *p;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3