Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | H A D | 25-Apr-2025 | 367 | 14 | 9 | |
nl-base-utils.h | H A D | 25-Apr-2025 | 29.7 KiB | 840 | 592 |
README.md
1include/base 2============ 3 4This directory contains libnl-independent helper. 5 6It's an internal "library" of helpers, that purely depend 7on C and external dependencies. 8 9Currently, it's also header-only, so there is no need to link 10with anything special. 11 12This can be used freely by all our internal code, but it's private API, 13so it cannot be used in public headers. 14