+2
−0
+1
−1
+32
−2
+2
−34
src/cdict_asprintf.c
0 → 100644
+33
−0
Loading
bug fixes in cdict_json_to_c, updated ryu double formatting to make sure doubles are doubles, e.g. "1.0" not "1" (which would be an int), shift cprint_asprintf to its own file, can now read doubles starting with "+", add entry->pre_output_function, started to make code for cdict array type. Note still some small memory leaks in cdict_json_to().