atoi method

int atoi(
  1. Pointer<Char> arg0
)

Implementation

int atoi(ffi.Pointer<ffi.Char> arg0) {
  return _atoi(arg0);
}