acct method

int acct(
  1. Pointer<Int8> __name
)

Implementation

int acct(
  ffi.Pointer<ffi.Int8> __name,
) {
  return _acct(
    __name,
  );
}