getw method

int getw(
  1. Pointer<FILE> arg0
)

Implementation

int getw(ffi.Pointer<FILE> arg0) {
  return _getw(arg0);
}