flockfile method

void flockfile(
  1. Pointer<FILE> __stream
)

Implementation

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