struct te_kvpair

Element of the list of key-value pair

#include <te_kvpair.h>

struct te_kvpair {
    // fields

    char* key;
    char* value;

    // methods

    TAILQ_ENTRY(te_kvpair);
};