Weekend WTF

Quote

/* 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 []