Companion

expect object Companion
actual object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun errnoAbbr(index: Int): String

Get the currently implemented errno abbreviation at a given index. If 0 is returned for a given index then abbreviation will be NULL.

actual fun errnoAbbr(index: Int): String

Get the currently implemented errno abbreviation at a given index. If 0 is returned for a given index then abbreviation will be NULL.

actual fun errnoAbbr(index: Int): String

Errno abbr

actual inline fun errnoAbbr(index: Int): String

Get the currently implemented errno abbreviation at a given index. If 0 is returned for a given index then abbreviation will be NULL.

Link copied to clipboard
expect fun errnoCode(index: Int): Int

Get the currently implemented errno code at given index. Returns 0 if there is no code are abbreviation on the current index.

actual fun errnoCode(index: Int): Int

Get the currently implemented errno code at given index. Returns 0 if there is no code are abbreviation on the current index.

actual fun errnoCode(index: Int): Int

Errno code

actual inline fun errnoCode(index: Int): Int

Get the currently implemented errno code at given index. Returns 0 if there is no code are abbreviation on the current index.

Link copied to clipboard
expect fun errnoCount(): Int

Number of ERRNO error codes totally supported.

actual fun errnoCount(): Int

Number of ERRNO error codes totally supported.

actual fun errnoCount(): Int

Errno count

actual inline fun errnoCount(): Int

Number of ERRNO error codes totally supported.

Link copied to clipboard
expect fun load()

Loads error values into the execution environment.

actual fun load()

Load

actual fun load()

Load

actual inline fun load()

Load

Link copied to clipboard
expect fun reset()

Resets the current error code in the POSIX library.

actual fun reset()

Reset

actual fun reset()

Reset

actual inline fun reset()

Reset

Properties

Link copied to clipboard
expect var errMsg: String

Temporarily holds the POSIX error description of the errno.

actual var errMsg: String
actual var errMsg: String
actual var errMsg: String
Link copied to clipboard
expect var errNum: Int

Temporarily holds the errno from POSIX.

actual var errNum: Int = 0
actual var errNum: Int = 0
actual var errNum: Int = 0