blob: a7e59893fbb8fc164baf6e148c0ab83629f7a59d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|