[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git] / libc / docs / dev / entrypoints.rst
blob3c24a922a2947a7efe343a1e6690e77f45a96af7
1 .. _entrypoints:
3 Entrypoints in LLVM libc
4 ------------------------
6 A public function or a global variable provided by LLVM-libc is called an
7 entrypoint. The notion of entrypoints is ingrained in LLVM-libc's
8 source layout, build system and source code.