writeTty

expect fun writeTty(buffer: ByteArray, offset: Int, count: Int): Int

Write up to count bytes into buffer at offset to the PTY. The number of bytes written will be returned.

See also

actual fun writeTty(buffer: ByteArray, offset: Int, count: Int): Int
actual fun writeTty(buffer: ByteArray, offset: Int, count: Int): Int