diff options
| author | David Faulkner <[email protected]> | 2026-08-07 23:40:47 -0500 |
|---|---|---|
| committer | David Faulkner <[email protected]> | 2026-08-07 23:40:47 -0500 |
| commit | b3e9e62599532050fc776c5e8f076915b56c2235 (patch) | |
| tree | af252346106a61b18cc6fc6fdbd32e962d096f1c /README.md | |
Import official C23 code examples for Modern C (Jens Gustedt, 2024)HEADupstream-importmain
- Add official C source files, Makefile, c23-fallback.h, and LICENSE
- Update README.md with study mirror notice
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7e5989 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Modern C (C23 Edition) — Code & Study Mirror + +This repository contains the official code examples accompanying Jens Gustedt's *Modern C* (C23 Edition, Manning, 2024). I am currently studying this text, and custom build configurations, notes, or experimental branches may be added over time. + +--- + +# Code examples for the book Modern C + +This is a collection of code snippets that come with the book + + Jens Gustedt, /Modern C/, C23 edition, Manning, 2024 + +They have probably not much value outside that context. + +The following files that come with this distribution have more +information: + + - Makefile, for hints about how to compile the code + - c23-fallback.h for the transition to C23 + - LICENSE, for the specific license of this code + +You may find additional resources for the book at + +https://gustedt.gitlabpages.inria.fr/modern-c/ + +If you cannot or do not want to purchase a copy of the book, you may +obtain a CC licensed version of the C17 edition at + +https://hal.inria.fr/hal-02383654 |
