UTF8_putc function

  1. @Native<Int Function(Pointer<UnsignedChar>, Int, UnsignedLong)>(ffi.Pointer<ffi.UnsignedChar>, ffi.Int, ffi.UnsignedLong)>()
int UTF8_putc(
  1. Pointer<UnsignedChar> str,
  2. int len,
  3. int value
)

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<ffi.UnsignedChar>, ffi.Int, ffi.UnsignedLong)
>()
external int UTF8_putc(ffi.Pointer<ffi.UnsignedChar> str, int len, int value);