tmpfile method

Pointer<FILE> tmpfile()

Implementation

ffi.Pointer<FILE> tmpfile() {
  return _tmpfile();
}