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

Diff for /src/usr.bin/hexdump/hexsyntax.c between version 1.3 and 1.4

version 1.3, 1997/01/15 23:42:34 version 1.4, 2001/07/12 05:17:10
Line 40 
Line 40 
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <stdio.h>  #include <stdio.h>
   #include <stdlib.h>
   #include <limits.h>
   #include <unistd.h>
 #include "hexdump.h"  #include "hexdump.h"
   
 off_t skip;                             /* bytes to skip */  off_t skip;                             /* bytes to skip */
   
   void
 newsyntax(argc, argvp)  newsyntax(argc, argvp)
         int argc;          int argc;
         char ***argvp;          char ***argvp;
Line 125 
Line 129 
         *argvp += optind;          *argvp += optind;
 }  }
   
   void
 usage()  usage()
 {  {
         (void)fprintf(stderr,          (void)fprintf(stderr,

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