Whole document tree
3.1 Multiple code resources and global dataThe current implementation puts pointers to the code resources into the application's global data, and uses those pointers in the code emitted for each call in which the calling function and the called function are in different sections. This means that you must not attempt to call between different sections when globals are not available.
In particular, all functions in your application called while processing a
launch code that doesn't give you globals must be in the main code section.
This always includes
This document was generated by root on January, 30 2002 using texi2html |