Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025510 169

nl-core.hH A D25-Apr-20252.3 KiB6953

README.md

1include/nl-aux-core
2====================
3
4This contains private/internal helpers that depend on the public API of libnl-3 (core).
5
6Itself, it must only rely on C, include/base/ and public headers of libnl-3 (core).
7
8They can be used by all internal code that uses the public API of libnl-3.
9
10It can also be used by lib/ itself (that is, the implementation of
11libnl-core-3).
12
13It must not be used in public headers, it's internal only.
14
15Currently this is header-only, it does not require any additional linking.
16