funlockfile method

void funlockfile(
  1. Pointer<FILE> arg0
)

Implementation

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