acct method

int acct(
  1. Pointer<Char> arg0
)

Implementation

int acct(ffi.Pointer<ffi.Char> arg0) {
  return _acct(arg0);
}