ftell method

int ftell(
  1. Pointer<FILE> arg0
)

Implementation

int ftell(
  ffi.Pointer<FILE> arg0,
) {
  return _ftell(
    arg0,
  );
}