aboutsummaryrefslogtreecommitdiff
path: root/docs/all/core/index.en.md
blob: a53dfeef853e974861bab790fd2193a979ad54ef (plain)
1
2
3
4
5
6
7
8
9
10
11
---
title: The core libc module.
chapters:
- bits
---
This is the platform-independant libc core. It aims at being C89, C99 and C11
compliant, using the standard C macros.

The platform-specific macros and types are taken from the header bits,
which are usually defined by `core-<arch>`, `compiler-<comp>` and
the platform default modules.