chiark
/
gitweb
/
~mdw
/
cfd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
79eae58
)
Little formatting things.
author
mdw
<mdw>
Thu, 20 May 1999 23:00:42 +0000
(23:00 +0000)
committer
mdw
<mdw>
Thu, 20 May 1999 23:00:42 +0000
(23:00 +0000)
mdwopt.c
patch
|
blob
|
blame
|
history
diff --git
a/mdwopt.c
b/mdwopt.c
index 6814e99e84340a0b7ba33c8e25edd79060a230ea..937d699741feb43b5f965d306ceae3a42e5c2a22 100644
(file)
--- a/
mdwopt.c
+++ b/
mdwopt.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: mdwopt.c,v 1.
5 1999/05/19 20:23:59
mdw Exp $
+ * $Id: mdwopt.c,v 1.
6 1999/05/20 23:00:42
mdw Exp $
*
* Options parsing, similar to GNU @getopt_long@
*
*
* Options parsing, similar to GNU @getopt_long@
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: mdwopt.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: mdwopt.c,v $
+ * Revision 1.6 1999/05/20 23:00:42 mdw
+ * Little formatting things.
+ *
* Revision 1.5 1999/05/19 20:23:59 mdw
* Change naming to match newer mLib conventions.
*
* Revision 1.5 1999/05/19 20:23:59 mdw
* Change naming to match newer mLib conventions.
*
@@
-388,9
+391,10
@@
static const char *findOpt(int o, const char *shortopt,
*
* If the flag @OPTF_ENVVAR@ is set on entry, options will be
* extracted from an environment variable whose name is built by
*
* If the flag @OPTF_ENVVAR@ is set on entry, options will be
* extracted from an environment variable whose name is built by
- * capitali
s
ing all the letters of the program's name. (This
+ * capitali
z
ing all the letters of the program's name. (This
* allows a user to have different default settings for a
* allows a user to have different default settings for a
- * program, by calling it through different symbolic links.) */
+ * program, by calling it through different symbolic links.)
+ */
int mdwopt(int argc, char *const *argv,
const char *shortopt,
int mdwopt(int argc, char *const *argv,
const char *shortopt,