Mostly standard network header files, some SAS/C specific files, some I-Net 225
specific files.

Breakdown of directory contents:

	clib	- standard SAS/C style function prototype files
	pragmas	- standard SAS/C style pragma files
	proto	- standard SAS/C style proto files
	net, netinet, rpc, sys - network standard files
	ss	- strictly there for compatibility with old AS225 code.
		  All new code should #include <proto/socket.h> instead of
		  using the AS225 #include <ss/socket.h> method.  That's
		  all you'll get, at any rate - the <ss/socket.h> file is
		  only a single line #include <proto.socket.h>.

	current dir - mostly network standard files

The main exception in the current directory is the file named

	amitcptoiw225.h

This file contains AmiTCP equivalent defines/inline stubs/other to allow most
programs written for AmiTCP to simply be recompiled (and linked with the link
library 'unixS.lib') to run with I-Net 225.
