Skip to content

keithauxmos/lib_xassert

 
 

Repository files navigation

Lightweight assertions library

Overview

This library provides a lightweight and flexible replacement for the standard C header assert.h.

The assertions in this library can be be enabled/disabled and configured as to how much information they show. This configuration can be per "xassert unit" (i.e. for sets of files).

Features

  • Low memory usage
  • Ability to enable or disable various features via compile time defines

Software version and dependencies

.. libdeps::

About

Lightweight assertions library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 37.5%
  • Python 32.4%
  • C 22.0%
  • XC 7.5%
  • Ruby 0.6%