Files
llvm/libc
Alexey Samsonov 45b1a4bb8d Add <stdbool.h> to llvm-libc-types headers that need it. (#165798)
We need `<stdbool.h>` to support having "bool" members inside pthread
structs that may get included through `<pthread.h>` from C code prior to
C23.
2025-10-30 16:37:00 -07:00
..
2025-10-21 23:47:38 +08:00
2025-10-30 19:36:51 +00:00

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.