bool scanopt(string option, string key); int match(string keys, string option, int *mask);
match is a related routine, which allows for minimum match. It is however
limited to the number of bits available in an integer, since the mask returned
contains a masked integer of the options selected in the input string keys.
See Also
match(3NEMO)
xx-xxx-86 Created in the dark ages Josh 6-nov-94 documented peter