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

Diff for /src/usr.bin/pr/egetopt.c between version 1.5 and 1.6

version 1.5, 2003/06/03 02:56:14 version 1.6, 2003/06/12 20:58:10
Line 66 
Line 66 
 #define EMSG    ""  #define EMSG    ""
   
 int  int
 egetopt(nargc, nargv, ostr)  egetopt(int nargc, char * const *nargv, const char *ostr)
         int nargc;  
         char * const *nargv;  
         const char *ostr;  
 {  {
         static char *place = EMSG;      /* option letter processing */          static char *place = EMSG;      /* option letter processing */
         char *oli;                      /* option letter list index */          char *oli;                      /* option letter list index */

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