|  | @@ -213,7 +213,7 @@ CJSON_PUBLIC(cJSON *) cJSON_CreateArrayReference(const cJSON *child);
 | 
	
		
			
				|  |  |  CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count);
 | 
	
		
			
				|  |  |  CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
 | 
	
		
			
				|  |  |  CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count);
 | 
	
		
			
				|  |  | -CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char **strings, int count);
 | 
	
		
			
				|  |  | +CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /* Append item to the specified array/object. */
 | 
	
		
			
				|  |  |  CJSON_PUBLIC(void) cJSON_AddItemToArray(cJSON *array, cJSON *item);
 |