atof method

double atof(
  1. Pointer<Int8> arg0
)

Implementation

double atof(
  ffi.Pointer<ffi.Int8> arg0,
) {
  return _atof(
    arg0,
  );
}