ftell method

int ftell(
  1. Pointer<IO_FILE_> __stream
)

Implementation

int ftell(
  ffi.Pointer<IO_FILE_> __stream,
) {
  return _ftell(
    __stream,
  );
}