comparison lib/argmatch.c @ 16235:18a38c9615f0

In commentary, do not use ` to quote.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 05 Jan 2012 23:53:49 -0800
parents f9b906545e2f
children e542fd46ad6f
comparison
equal deleted inserted replaced
16234:f9b906545e2f 16235:18a38c9615f0
75 75
76 If VALLIST is none null, use it to resolve ambiguities limited to 76 If VALLIST is none null, use it to resolve ambiguities limited to
77 synonyms, i.e., for 77 synonyms, i.e., for
78 "yes", "yop" -> 0 78 "yes", "yop" -> 0
79 "no", "nope" -> 1 79 "no", "nope" -> 1
80 "y" is a valid argument, for `0', and "n" for `1'. */ 80 "y" is a valid argument, for 0, and "n" for 1. */
81 81
82 ptrdiff_t 82 ptrdiff_t
83 argmatch (const char *arg, const char *const *arglist, 83 argmatch (const char *arg, const char *const *arglist,
84 const char *vallist, size_t valsize) 84 const char *vallist, size_t valsize)
85 { 85 {