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 N/A
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 N/A
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 FAQ.

Logo

Table Of Contents

  • User’s Guide
  • Libraries
    • Java Standard Library
    • C Standard Library
  • Contributor’s Guide
  • Changelog
  • FAQ

Related Topics

  • Documentation overview
    • Libraries
      • Previous: Java Standard Library
      • Next: Contributor’s Guide

Quick search

©2016-2017, EPFL. | Powered by Sphinx 1.5.3 & Alabaster 0.7.10