Freestanding libc implementation. Useful for operating system kernels, bootloaders, small statically linked applications, or as a starting point for your own libc.
- isblank
- isdigit
- isspace
- itoa
- memcmp
- memcpy
- memmove
- memset
- strlen
- strnlen
- Locales
- Wide chars
Released under the terms of the MIT license. See LICENSE file in project root for more details.