nonlibc

Utilties for the discerning C programmer

Documentation

Documentation is written in plain-text Markdown format.

Jekyll then transforms the Markdown source into a static web site.

Contributing

Your help in extending and correcting this documentation is quite welcome.

When writing or maintaing documentation, please keep in mind:

---
title: 'how to use Program X'
order: 1
---

Previewing Docs Locally

To build the documentation and preview it locally:

make
bundle exec jekyll serve

man Pages

man pages are also written in Markdown, then run through md2man by the build system, to generate troff for install on target machines.

Please: