Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 494 Bytes

README.adoc

File metadata and controls

10 lines (8 loc) · 494 Bytes

LADI core module complements the C runtime with few basic building blocks that are used almost everywhere in the LADI system (jackdbus, a2jmidid, ladish, etc).

  • klist.h - Linked list header implementation borrowed from Linux kernel

  • catdup.h - String concatenation into newly allocated buffer

  • file.h - File helpers

The in-tree build system is used only for rendering documetnation. The C files are to be built by the build system of project using them (via submodule or direct merge).