1Entrypoints in LLVM libc
2------------------------
3
4A public function or a global variable provided by LLVM-libc is called an
5entrypoint. The notion of entrypoints is ingrained in LLVM-libc's
6source layout, build system and source code.
7