                         Developer documentation
                         

The following documentation is provided for SharedBLib developers (i.e.
those who want to debug or extend SBL as opposed to those who just want to
use it to develop other applications):

Building	how to build SharedBLib
Externs		list of functions, procedures and globals that are used in
		SBL but not defined there
StyleGuide	Style guide to coding SharedBLib libraries
ToDo		Proposed improvements to SharedBLib
Windows		A description of the window data type
BasicShell	Documentation for the BasicShell module

Example Wimp apps are in the Examples directory, and a skeleton application
in Skeleton. Utilities used to build SharedBLib are in the Utils directory.
