Skip to content

tiehuis/zligc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A libc implementation in zig.


To build a static libc implementation:

make

Confirm the exported symbols with readelf -s libc.a.

See the test/ directory for how to link with the generated libc.a vs. the system provided version.

IMPORTANT: The provided include headers are for x86-64 linux only and are generated from musl. If you need another (unix) platform, you can build these using the embedded musl and replace the ./include directory.

License

MIT Licensed.

All C header files are copied from musl which is licensed under the MIT license.

About

libc implementation in zig

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published