fgetwc method

int fgetwc(
  1. Pointer<FILE> arg0
)

Implementation

int fgetwc(
  ffi.Pointer<FILE> arg0,
) {
  return _fgetwc(
    arg0,
  );
}