funlockfile method

void funlockfile(
  1. Pointer<FILE> __stream
)

Implementation

void funlockfile(
  ffi.Pointer<FILE> __stream,
) {
  return _funlockfile(
    __stream,
  );
}