wuzhouhui / c_standard_libLinks
source code of The Standard C Library, by Plauger
☆327Updated 9 years ago
Alternatives and similar repositories for c_standard_lib
Users that are interested in c_standard_lib are comparing it to the libraries listed below
Sorting:
- Object-Oriented Programming With ANSI-C☆295Updated 5 years ago
- C Interfaces and Implementations☆684Updated last year
- Original Minix 1 sources from the book "Operating Systems: Design and Implementation" 1st ed.☆369Updated 7 years ago
- A simple memory allocator - Memory allocation 101☆301Updated 6 years ago
- book and codes for Modern Compiler Implementation in C☆388Updated last year
- UNIX 6th Edition Kernel Source Code☆456Updated 6 years ago
- Small but fast C compiler. Supports ANSI C, most of the new ISO C99 standard, and many GNUC extensions, including inline assembly.☆395Updated 10 years ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆585Updated last year
- Hands-On Network Programming with C, published by Packt☆339Updated 5 months ago
- A C compiler written in C☆101Updated 2 years ago
- A very small C interpreter☆430Updated 3 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆546Updated 6 years ago
- A LC3 virtual machine implementation in a few lines of C code☆385Updated 2 years ago
- A C compiler created for the how to create a C Compiler online course☆111Updated 2 months ago
- Linux Kernel 1.0☆157Updated 4 years ago
- A toy C compiler☆525Updated 4 years ago
- Book Example Code for Hands-On Network Programming with C☆668Updated 3 months ago
- Commentary for xv6-public☆265Updated 5 years ago
- Simple C compiler☆1,532Updated 9 months ago
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,107Updated 4 years ago
- Examples and exercises from Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching by Robert Sedgewick book☆298Updated 4 years ago
- ☆281Updated 2 years ago
- Tetris in C and NCURSES.☆266Updated 6 years ago
- MINIX 3 is a free, open-source, operating system designed to be highly reliable, flexible, and secure. http://www.minix3.org☆129Updated 2 years ago
- The lcc retargetable ANSI C compiler☆2,180Updated last year
- Implement your own TCP IP Stack☆219Updated this week
- Programming with POSIX Threads: David R. Butenhof☆84Updated 12 years ago
- All Examples and Exercises from K&R The C Programming Language 2nd edition book☆184Updated 5 years ago
- This project was put together to teach myself NASM x86 assembly language on linux.☆700Updated 5 months ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆276Updated 4 months ago