Skip to content

Releases: flplv/fl-lib

First Release

12 Feb 01:57
Compare
Choose a tag to compare

First release with the following modules:

  • linked list
  • ring_fifo
  • time
  • macros (container_of, array_size, etc)

It works seamlessly for C and CPP code, just include fl-lib.h or fl-lib.hpp accordingly.

Read the tests to understand how it works.