SYNOPSIS

#include <your-opts.h>

cc [...] -o outfile infile.c -lopts [...]

void strequate(char const* ch_list);

DESCRIPTION

Each character in the input string get mapped to the first character in the string. This function name is mapped to option_strequate so as to not conflict with the POSIX name space.

ch_list

characters to equivalence

ERRORS

none.

RELATED TO strequate…