Added Modern C book (#32)

This commit is contained in:
Meysam Parvizi
2024-10-22 22:47:27 +02:00
committed by GitHub
parent 4b23d44b5b
commit 522ac5cd6b
+1
View File
@@ -396,6 +396,7 @@ Low-level languages like C and assembly provide direct hardware access, enabling
- [🔗👶 C by Example](https://www.cbyexample.com/)
- [📘 C How to Program - Paul Deitel, Harvey Deitel ](https://deitel.com/c-how-to-program-9-e/)
- [📘 Effective C - An Introduction to Professional C Programming - Robert C. Seacord](https://nostarch.com/Effective_C)
- [📘 Modern C - Jens Gustedt](https://gustedt.gitlabpages.inria.fr/modern-c/)
- [🔗 Embedded C Coding Standard](https://barrgroup.com/embedded-systems/books/embedded-c-coding-standard)
- [🔗 newlib C Library Documentation](https://sourceware.org/newlib/docs.html)
- [🔗 The GNU C Library (glibc)](https://www.gnu.org/software/libc/documentation.html)