setlinebuf method

int setlinebuf(
  1. Pointer<FILE> arg0
)

Implementation

int setlinebuf(ffi.Pointer<FILE> arg0) {
  return _setlinebuf(arg0);
}