Weekend WTF

/* reference counting functions */

/**
 * Increment the reference count of json_object
 * @param obj the json_object instance
 */
extern struct json_object* json_object_get(struct json_object *obj);

/**
 * Decrement the reference count of json_object and free if it reaches zero
 * @param obj the json_object instance
 */
extern void json_object_put(struct json_object *obj);

m(1

Quelle: JSON-C – A JSON implementation in C

  1. tech blog ist immernoch down, aber das hier wollte ich der Welt nicht vorenthalten []

Leave a Reply

Your email address will not be published. Required fields are marked *

Comments links could be nofollow free.