cJSON_SetNumberHelper function

  1. @Native<Double Function(Pointer<cJSON>, Double)>(ffi.Pointer<cJSON>, ffi.Double)>()
double cJSON_SetNumberHelper(
  1. Pointer<cJSON> object,
  2. double number
)

helper for the cJSON_SetNumberValue macro

Implementation

@ffi.Native<ffi.Double Function(ffi.Pointer<cJSON>, ffi.Double)>()
external double cJSON_SetNumberHelper(ffi.Pointer<cJSON> object, double number);