xref: /llvm-project/libc/docs/dev/entrypoints.rst (revision 54faf22f7b947464a070669711100211e87f3ea8)
1.. _entrypoints:
2
3Entrypoints in LLVM libc
4------------------------
5
6A public function or a global variable provided by LLVM-libc is called an
7entrypoint. The notion of entrypoints is ingrained in LLVM-libc's
8source layout, build system and source code.
9