cJSON_CreateBool function

  1. @Native<Pointer<cJSON> Function(cJSON_bool)>(cJSON_bool)>()
Pointer<cJSON> cJSON_CreateBool(
  1. int boolean
)

Implementation

@ffi.Native<ffi.Pointer<cJSON> Function(cJSON_bool)>()
external ffi.Pointer<cJSON> cJSON_CreateBool(int boolean);