Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Many other implementations exist, provided with both various operating systems and C compilers. Some of the popular implementations are the following:
  2. BSD libc, implementations distributed under BSD operating systems
  3. GNU C Library (glibc), used in GNU Hurd, GNU/kFreeBSD and Linux
  4. Microsoft C run-time library, part of Microsoft Visual C++
  5. dietlibc, an alternative small implementation of the C standard library (MMU-less)
  6. μClibc, a C standard library for embedded μClinux systems (MMU-less)
  7. Newlib, a C standard library for embedded systems (MMU-less)[5]
  8. klibc, primarily for booting Linux systems
  9. musl, another lightweight C standard library implementation for Linux systems[6]
  10. Bionic, originally developed by Google for the Android embedded system operating system, derived from BSD libc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement