cJSON_CreateNumber function

  1. @Native<Pointer<cJSON> Function(Double)>(ffi.Double)>()
Pointer<cJSON> cJSON_CreateNumber(
  1. double num
)

Implementation

@ffi.Native<ffi.Pointer<cJSON> Function(ffi.Double)>()
external ffi.Pointer<cJSON> cJSON_CreateNumber(double num);