UTL

Inside the ./utl/ folder there are many utility functions and macros that can be extensively used with the C Macro Collections library. Most of these utilities can be used without the main library.

Contents

  • assert.h - Non-abortive assert macros
  • foreach.h - For Each macros
  • futils.h - Common functions used by Functions Table
  • log.h - Logging utility with levels of severity
  • test.h - Simple Unit Test building with macros
  • timer.h - Timing code execution utility