a64l method

int a64l(
  1. Pointer<Char> arg0
)

Implementation

int a64l(ffi.Pointer<ffi.Char> arg0) {
  return _a64l(arg0);
}