flockfile method

void flockfile(
  1. Pointer<IO_FILE_> __stream
)

Implementation

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