index method

Pointer<Char> index(
  1. Pointer<Char> __s,
  2. int __c
)

Implementation

ffi.Pointer<ffi.Char> index(
  ffi.Pointer<ffi.Char> __s,
  int __c,
) {
  return _index(
    __s,
    __c,
  );
}