C 标准库 (C standard library)
内容来自 Wikipedia: C standard library
C 标准库是 C 语言的标准库,具体由 ANSI C 规定
一些流行的实现如下:
- BSD libc, implementations distributed under BSD operating systems.
- glibc | GNU C Library, used in Linux, GNU Hurd and GNU/kFreeBSD.
- Microsoft C Run-time Library, part of Microsoft Visual C++
- dietlibc, an alternative small implementation of the C standard library (MMU-less)
- μClibc, a C standard library for embedded μClinux systems (MMU-less)
- Newlib, a C standard library for embedded systems (MMU-less)[5]
- klibc, primarily for booting Linux systems.
- EGLIBC, variant of glibc for embedded systems.
- musl, another lightweight C standard library implementation for Linux systems[6]
- Bionic, originally developed by Google for the Android embedded system operating system, derived from BSD libc.