LADI core (klist, catdup, ...)
Go to file
Nedko Arnaudov 156313d2e8 doxygenize ladicore 2023-11-16 19:24:30 +02:00
doc doxygenize ladicore 2023-11-16 19:24:30 +02:00
.gitignore doxygenize ladicore 2023-11-16 19:24:30 +02:00
.gitmodules doxygenize ladicore 2023-11-16 19:24:30 +02:00
GNUmakefile doxygenize ladicore 2023-11-16 19:24:30 +02:00
README.adoc doxygenize ladicore 2023-11-16 19:24:30 +02:00
catdup.c Import klist.h and catdup.[hc] from jack-plugin-launcher 2023-06-30 20:06:35 +03:00
catdup.h doxygenize ladicore 2023-11-16 19:24:30 +02:00
file.c file.[hc]: SPDX; new header guards 2023-07-07 20:52:14 +03:00
file.h doxygenize ladicore 2023-11-16 19:24:30 +02:00
klist.h doxygenize ladicore 2023-11-16 19:24:30 +02:00

README.adoc

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).