Go to the first, previous, next, last section, table of contents.


NSS Module Internals

Now it is time to described how the modules look like. The functions contained in a module are identified by their names. I.e., there is no jump table or the like. How this is done is of no interest here; those interested in this topic should read about Dynamic Linking.


Go to the first, previous, next, last section, table of contents.