This page was last edited on January 15, 2014, at 05:58.
Comments or questions about this documentation? Contact us for support!
struct kv_list { struct _kv_pair *list; struct _kv_pair *current; struct _kv_pair *tail; }; typedef struct kv_list TKVList;