Home > C-library

C-library

C-library is a project mainly written in C, it's free.

C utilities library

Information

This is a collection of C utility libraries that are mean to be simple and easy to incorporate.

  1. functionality can be used to parse command line arguments and optionally a config file.

  2. Logger: provides console, file and custom callback logging capabilities along with the ability to specify different logging levels for each interface.

    • Improvements
      1. Decoding log level into strings
      2. Different formatting for different interfaces