atol method

int atol(
  1. Pointer<Char> arg0
)

Implementation

int atol(ffi.Pointer<ffi.Char> arg0) {
  return _atol(arg0);
}