LADI core (klist, catdup, ...)
Go to file
Nedko Arnaudov 5589bfbaa3 cardup.h: Fix file description 2023-12-09 02:24:16 +02:00
doc Adjust parameters of doxygen documentation generation 2023-11-18 14:04:21 +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 catdup.c: catdup_array() array parameter type changed to "const char *" 2023-12-09 02:13:40 +02:00
catdup.h cardup.h: Fix file description 2023-12-09 02:24:16 +02:00
file.c file.[hc]: SPDX; new header guards 2023-07-07 20:52:14 +03:00
file.h Switch from kernel style docs to doxygen format 2023-11-18 14:03:22 +02:00
klist.h Switch from kernel style docs to doxygen format 2023-11-18 14:03:22 +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).