/libinfra

C99 Utility Library

Primary LanguageCMIT LicenseMIT

libinfra - C99 Utility Library

This library implements common programming utilities. It is oriented towards the Infra Standard. More features will be implemented as the need arises within dependent code.

Features

  • Generic object interface
  • Garbage-collected UTF-8 strings
  • Stack data structure
  • Locale-independent ASCII functions

Dependencies

  • C11 compiler
  • libgrapheme

Build

$ make

Linker Flags

-linfra -lgrapheme Alternatively, use pkg-config --libs libinfra