cJSON_DetachItemFromArray function

  1. @Native<Pointer<cJSON> Function(Pointer<cJSON>, Int)>(ffi.Pointer<cJSON>, ffi.Int)>()
Pointer<cJSON> cJSON_DetachItemFromArray(
  1. Pointer<cJSON> array,
  2. int which
)

Implementation

@ffi.Native<ffi.Pointer<cJSON> Function(ffi.Pointer<cJSON>, ffi.Int)>()
external ffi.Pointer<cJSON> cJSON_DetachItemFromArray(
  ffi.Pointer<cJSON> array,
  int which,
);