flockfile method

void flockfile(
  1. Pointer<FILE> arg0
)

Implementation

void flockfile(ffi.Pointer<FILE> arg0) {
  return _flockfile(arg0);
}