kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop
/
readBits
read
Bits
Native
external
fun
readBits
(
ptr
:
NativePtr
,
offset
:
Long
,
size
:
Int
,
signed
:
Boolean
)
:
Long