cJSON_Version function

  1. @Native<Pointer<Char> Function()>()>()
Pointer<Char> cJSON_Version()

returns the version of cJSON as a string

Implementation

@ffi.Native<ffi.Pointer<ffi.Char> Function()>()
external ffi.Pointer<ffi.Char> cJSON_Version();