Tokenise options as (key(=value)?,)*(key(=value)?)? NB: No provision for ',' appearing in the value! Add backslashing rules?
This could be used as part of a general command line option parser or as a string concatenated onto the file open mode.
Returns 0 on success -1 on failure.
See Implementation
Tokenise options as (key(=value)?,)*(key(=value)?)? NB: No provision for ',' appearing in the value! Add backslashing rules?
This could be used as part of a general command line option parser or as a string concatenated onto the file open mode.
Returns 0 on success -1 on failure.