l64a method

Pointer<Char> l64a(
  1. int __n
)

Implementation

ffi.Pointer<ffi.Char> l64a(
  int __n,
) {
  return _l64a(
    __n,
  );
}