SemysOptExtract

01 Parses an option string and extracts the name/value pairs.
02

void SemysOptExtract(SemysOptions *pOptions, char const *str);

03 Parameters:
  • pOptions: Pointing to a SemysOptions structure.
  • str: The option string to parse.
04 This function parses the passed option string according to the (simple) rules and fills the passed SemysOptions structure.
05 The passed SemysOptions structure will be erased before any parsing takes place.
06 Reference: SemysOptions.h
Implementation: Semys Library
See Also: Options Sub-System, SemysOptions

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.