UTF8_putc function
- @Native<Int Function(Pointer<
UnsignedChar> , Int, UnsignedLong)>(ffi.Pointer<ffi.UnsignedChar>, ffi.Int, ffi.UnsignedLong)>()
- Pointer<
UnsignedChar> str, - int len,
- 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);