stockfish_read method

Pointer<Char> stockfish_read(
  1. Pointer<Char> s
)

Implementation

ffi.Pointer<ffi.Char> stockfish_read(
  ffi.Pointer<ffi.Char> s,
) {
  return _stockfish_read(
    s,
  );
}