cJSON:Add float format process

This commit is contained in:
Liu Han
2017-01-09 17:51:48 +08:00
parent 633cd49f88
commit 5c1c6d2c32
2 changed files with 2 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ extern cJSON *cJSON_CreateTrue(void);
extern cJSON *cJSON_CreateFalse(void);
extern cJSON *cJSON_CreateBool(int b);
extern cJSON *cJSON_CreateNumber(double num);
extern cJSON *cJSON_CreateDouble(double num,int i_num);
extern cJSON *cJSON_CreateString(const char *string);
extern cJSON *cJSON_CreateArray(void);
extern cJSON *cJSON_CreateObject(void);