wctomb method

int wctomb(
  1. Pointer<Char> arg0,
  2. int arg1
)

Implementation

int wctomb(ffi.Pointer<ffi.Char> arg0, int arg1) {
  return _wctomb(arg0, arg1);
}