atol method

int atol(
  1. Pointer<Char> __nptr
)

Implementation

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