stockfish_stdout_read method

Pointer<Char> stockfish_stdout_read(
  1. int trygetline
)

Implementation

ffi.Pointer<ffi.Char> stockfish_stdout_read(
  int trygetline,
) {
  return _stockfish_stdout_read(
    trygetline,
  );
}