1.9 Context and Development of Drivers, Stacks, etc.

Developing code for drivers, stacks, and similar low-lever funcionality requires you to use only functions that have no dependency on library context. If your code has this need, use only klib.imp to link into NDK interfaces. Functions of symbols thus imported are guaranteed to work in a classic NLM/CLib environment, in an NKS/LibC environment, or an a low-level environment that has no library context at all.