[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.6 and 1.7

version 1.6, 2003/06/03 02:56:09 version 1.7, 2003/06/12 20:58:09
Line 43 
Line 43 
 #include "hexdump.h"  #include "hexdump.h"
   
 void  void
 conv_c(pr, p)  conv_c(PR *pr, u_char *p)
         PR *pr;  
         u_char *p;  
 {  {
         char buf[10];          char buf[10];
         char const *str;          char const *str;
Line 95 
Line 93 
 }  }
   
 void  void
 conv_u(pr, p)  conv_u(PR *pr, u_char *p)
         PR *pr;  
         u_char *p;  
 {  {
         static const char *list[] = {          static const char *list[] = {
                 "nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",                  "nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7