cJSON: can't understand something of it's source code
cJSON: can't understand something of it's source code
when i read the code of cJSON, and have problem understanding these code:
static void *(*cJSON_malloc)(size_t sz) = malloc; static void
(*cJSON_free)(void *ptr) = free;
No comments:
Post a Comment