Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

little-book-of/c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Little Book of C

This is The Little Book of C

Formats

Build it yourself (Quarto)

We use Quarto to generate all outputs.

Preview locally:

quarto preview

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    # docs/book-latex/book.tex

Contributing

We welcome contributions: fixing typos, clarifying sections, adding diagrams, or improving examples.

Citation

Nguyen, Duc-Tam (2025). The Little Book of C

@book{Nguyen2025TLBoC,
  author = {Duc-Tam Nguyen},
  title  = {The Little Book of C},
  year   = {2025},
  url    = {https://github.com/little-book-of/c}
}

License

Licensed under CC BY-NC-SA 4.0. See LICENSE for details.

About

A concise, structured guide to the C programming language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •