In file cfg_parser.c Configuration examples
Run-time Allocated Destination Variables
- the destination variable pointers in arrays are assigned at compile time
- The address of variables allocated on the heap (typically in dynamically allocated structures) is not know and thus we need to assign NULL initially and change the pointer at runtime. (provide an example).
Built-in parsing functions
*_val functions parse the whole option body (including =)