clib
clib
scala.scalanative.libc
StdioHelpers
complex
complexOps
complexOpsDouble
complexOpsFloat
ctype
errno
fenv
float
inttypes
locale
localeOps
lconvOps
localeOpsImpl
math
signal
stdatomic
AtomicBool
AtomicBool
AtomicByte
AtomicByte
AtomicInt
AtomicInt
AtomicLong
AtomicLong
AtomicLongLong
AtomicLongLong
AtomicPtr
AtomicPtr
AtomicRef
AtomicShort
AtomicShort
AtomicUnsignedByte
AtomicUnsignedByte
AtomicUnsignedInt
AtomicUnsignedInt
AtomicUnsignedLong
AtomicUnsignedLong
AtomicUnsignedLongLong
AtomicUnsignedLongLong
AtomicUnsignedShort
AtomicUnsignedShort
PtrToAtomicBool
PtrToAtomicByte
PtrToAtomicInt
PtrToAtomicLong
PtrToAtomicLongLong
PtrToAtomicPtr
PtrToAtomicRef
PtrToAtomicShort
PtrToAtomicUnsignedByte
PtrToAtomicUnsignedInt
PtrToAtomicUnsignedLong
PtrToAtomicUnsignedLongLong
PtrToAtomicUnsignedShort
memory_order
stdatomicExt
stddef
stdint
stdio
stdlib
string
tgmath
time
wchar
clib
/
scala.scalanative.libc
/
StdioHelpers
StdioHelpers
final implicit
class
StdioHelpers
(
val
_stdio:
stdio
.type)
extends
AnyVal
Graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
fprintf
(
f:
Ptr
[
FILE
],
format:
CString
,
args:
CVarArg
*):
CInt
def
fscanf
(
f:
Ptr
[
FILE
],
format:
CString
,
args:
CVarArg
*):
CInt
def
printf
(
format:
CString
,
args:
CVarArg
*):
CInt
def
scanf
(
format:
CString
,
args:
CVarArg
*):
CInt
def
snprintf
(
s:
CString
,
n:
CSize
,
format:
CString
,
args:
CVarArg
*):
CInt
def
sprintf
(
s:
CString
,
format:
CString
,
args:
CVarArg
*):
CInt
def
sscanf
(
s:
CString
,
format:
CString
,
args:
CVarArg
*):
CInt
Concrete fields
val
_stdio
:
stdio
.type