ChengCat / nonlibc

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

Home Page:https://siriobalmelli.github.io/nonlibc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title order
NonlibC
100

nonlibc Build Status

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

https://siriobalmelli.github.io/nonlibc/

License:GNU Lesser General Public License v2.1


Languages

Language:C 67.0%Language:Nix 14.6%Language:Python 7.6%Language:Ruby 3.7%Language:Meson 3.3%Language:CSS 1.8%Language:HTML 1.1%Language:Shell 0.9%