The <unknown.h> header file


  
This header defines all TIOS jump table entries which are not defined in any other header file. Some of these entries are absolutely unknown for me, and other entries are still don't enough clear to me to be documented. All entries are assumed to be functions which return int, and which accept any number of arguments. The declarations are implemented smartly, to work in both "nostub" and "DoorsOS" mode.

My intention is that this header file contains as small number of functions as possible (it is much smaller than in previous releases of the library). I expect that in the next release of this library many new functions will become "known" instead of "unknown", so they will be removed from this header files and moved to the appropriate header files (including new ones).


Return to the main index