a64l method

int a64l(
  1. Pointer<Char> __s
)

Implementation

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