writeError

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

Write up to count bytes from buffer at offset to the error stream. The number of bytes written will be returned. This function will continue to write to this process' error stream even if interceptOtherWrites is called.

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