GitHub - little-book-of/c: A concise, structured guide to the C programming language.
The Little Book of C
This is The Little Book of C
Formats
Download PDF - print-ready
Download EPUB - e-reader friendly
View LaTeX - .tex source
Read on GitHub Pages - online website
Build it yourself (Quarto)
We use Quarto to generate all outputs.
Preview locally:
Render outputs:
# All configured formats
quarto render
# Individual formats
quarto render --to html # site into docs/
quarto render --to pdf # docs/book.pdf
quarto render --to epub # docs/book.epub
quarto render --to latex...
Read more at github.com