• Home
Name Date Size #Lines LOC

..--

_static/04-Jul-2025-11594

dev/04-Jul-2025-1,3781,059

gpu/04-Jul-2025-1,2991,053

math/04-Jul-2025-1,168921

CMakeLists.txtD04-Jul-2025156 108

README.txtD04-Jul-2025391 149

build_and_test.rstD04-Jul-20253.3 KiB10568

c23.rstD04-Jul-20252.3 KiB166149

check.rstD04-Jul-202587 73

compiler_support.rstD04-Jul-2025750 2517

complex.rstD04-Jul-20259.1 KiB6660

conf.pyD04-Jul-20258.1 KiB26439

configure.rstD04-Jul-20254.6 KiB6353

contributing.rstD04-Jul-20252.8 KiB5344

ctype.rstD04-Jul-2025910 7570

date_and_time.rstD04-Jul-202511.3 KiB11492

fenv.rstD04-Jul-20252.2 KiB176168

full_cross_build.rstD04-Jul-20255.7 KiB159122

full_host_build.rstD04-Jul-20258 KiB211163

fullbuild_mode.rstD04-Jul-2025777 2518

header_gen_scheme.svgD04-Jul-2025518.5 KiB11

index.rstD04-Jul-20252.9 KiB10385

libc_search.rstD04-Jul-20251.6 KiB7256

overlay_mode.rstD04-Jul-20254.6 KiB12688

porting.rstD04-Jul-20255.3 KiB10689

setjmp.rstD04-Jul-2025222 1713

signal.rstD04-Jul-20255.3 KiB208200

stdbit.rstD04-Jul-20255.7 KiB384376

stdio.rstD04-Jul-20252.2 KiB9477

strings.rstD04-Jul-20254.3 KiB167137

talks.rstD04-Jul-20251.5 KiB3527

threads.rstD04-Jul-20251.7 KiB140132

usage_modes.rstD04-Jul-2025682 1613

README.txt

1libc Documentation
2==================
3
4The libc documentation is written using the Sphinx documentation generator. It is
5currently tested with Sphinx 1.1.3.
6
7To build the documents into html configure libc with the following cmake options:
8
9  * -DLLVM_ENABLE_SPHINX=ON
10  * -DLIBC_INCLUDE_DOCS=ON
11
12After configuring libc with these options the make rule `docs-libc-html`
13should be available.
14