cJSON_DeleteItemFromArray function

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

Implementation

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