|
10 months ago | |
---|---|---|
src | 10 months ago | |
test | 10 months ago | |
.gitattributes | 10 months ago | |
.gitignore | 10 months ago | |
Makefile | 10 months ago | |
README.md | 10 months ago |
An attempt to implement libc in x86 ASM (32-bit).
Running make
will create a .so
library to link against in the root. For static linking, build/
should be populated with the respective .o
object files needed.
The test directory has… something, but it needs to be improved (needs testing framework)