You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
doc | 2 weeks ago | |
.gitignore | 2 weeks ago | |
.gitmodules | 2 weeks ago | |
GNUmakefile | 2 weeks ago | |
README.adoc | 2 weeks ago | |
catdup.c | 5 months ago | |
catdup.h | 2 weeks ago | |
file.c | 5 months ago | |
file.h | 2 weeks ago | |
klist.h | 2 weeks ago |
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).