Skip to content

Collection of standard-not-standard utilities for the discerning C programmer

License

Notifications You must be signed in to change notification settings

alexlab2017/nonlibc

 
 

Repository files navigation

title order
NonlibC
100

nonlibc Build Status Hits-of-Code

Collection of standard-not-standard utilities for the discerning C programmer.

Yeah, but what does it do

The functions in this library solve or alleviate a bunch of commonplace problems/annoyances related to writing programs in C.

This is stuff not addressed in libc or GLib (or for which code therein might be overkill or disliked by the author).

The focus is on solving problems with a healthy dose of minimalism and performance (rarely orthogonal qualities, as it were).

This is not a hodgepodge - the code here is reliable and being used in the real world.

A quick rundown of the contents is available here.

A good place to see implementation details is in the test dir.

TLDR - use either:

  1. nix-build
  2. meson

Covers the coding style and rationale.

... covers how this documentation is structured and how to hack on it.

All pending things go there.

About

Collection of standard-not-standard utilities for the discerning C programmer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 68.5%
  • Nix 16.8%
  • Python 7.7%
  • Meson 3.2%
  • SCSS 1.8%
  • HTML 1.1%
  • Other 0.9%