errnoAbbr

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.

Return

The current implementation abbreviation.

Parameters

index

Index to receive.

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.

Return

The current implementation abbreviation.

Parameters

index

Index to receive.

actual fun errnoAbbr(index: Int): String

Errno abbr

Return

Parameters

index
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.

Return

The current implementation abbreviation.

Parameters

index

Index to receive.