From 522ac5cd6b569057216d11be09bcad5653d68028 Mon Sep 17 00:00:00 2001 From: Meysam Parvizi Date: Tue, 22 Oct 2024 22:47:27 +0200 Subject: [PATCH] Added `Modern C` book (#32) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a9d038..1b8a34d 100644 --- a/README.md +++ b/README.md @@ -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)