writeError

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

Write up to count bytes from buffer at offset to the standard error stream. The number of bytes written will be returned.

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