C Standard Library¶
Scala Native provides bindings for the core subset of the C standard library:
C Header | Scala Native Module |
---|---|
assert.h | N/A |
complex.h | scala.scalanative.native.complex |
ctype.h | scala.scalanative.native.ctype |
errno.h | scala.scalanative.native.errno |
fenv.h | N/A |
float.h | N/A |
inttypes.h | N/A |
iso646.h | N/A |
limits.h | N/A |
locale.h | N/A |
math.h | scala.scalanative.native.math |
setjmp.h | N/A |
signal.h | scala.scalanative.native.signal |
stdalign.h | N/A |
stdarg.h | N/A |
stdatomic.h | N/A |
stdbool.h | N/A |
stddef.h | N/A |
stdint.h | N/A |
stdio.h | scala.scalanative.native.stdio |
stdlib.h | scala.scalanative.native.stdlib |
stdnoreturn.h | N/A |
string.h | scala.scalanative.native.string |
tgmath.h | N/A |
threads.h | N/A |
time.h | N/A |
uchar.h | N/A |
wchar.h | N/A |
wctype.h | N/A |
Continue to C POSIX Library.