Skip to content
Snippets Groups Projects
Commit 5cd0168f authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

add the string library from musl

Import the whole string library, as well as the ctype functions from the musl
C library.  Must is a BSD licensed library that aims to be API and mostly ABI
compatible with glibc, so it's our easiest way to provide the ABI we need
without reinventing the wheel.  I will import more of the traditional non-syscall
C library code from it and expect libc/ to eventually mostly consist of slightly
modified musl code.
parent 54e4b14f
No related branches found
No related tags found
No related merge requests found
Showing
with 429 additions and 33 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment