writeOutput

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

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

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