ladybird/LibC
Andreas Kling 38a621c721 Link "id" against the LibC.
We can now produce what should essentially be a runnable Serenity executable.
2018-10-22 14:13:17 +02:00
..
.gitignore Import very modest Userland. 2018-10-22 14:06:22 +02:00
entry.cpp Link "id" against the LibC. 2018-10-22 14:13:17 +02:00
Makefile Import very modest Userland. 2018-10-22 14:06:22 +02:00
stdarg.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
stdio.cpp Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
stdio.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
syscall.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
types.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
unistd.cpp Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
unistd.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00