SYNOPSIS
#include <your-opts.h>
cc [...] -o outfile infile.c -lopts [...]
void strtransform(char * dest, char const * src);
DESCRIPTION
Each character in the input string is mapped and the mapped-to character is put into the output. This function name is mapped to option_strtransform so as to not conflict with the POSIX name space.The source and destination may be the same.
- dest
- output string
- src
-
input string