Append a key-value pair to a linked list of options. The key and value strings are duplicated into newly allocated memory, so the calling function retains ownership of the string parameters.
Declaration Syntax
Return Value
- 1 indicates success.
- 0 indicates memory allocation failure.