TC: unsigned getpsp( void )



	- prototype in dos.h

	- returns segment address of the PSP using DOS INT 21,62
	- valid only for DOS 3.x
	- use global variable _psp to get PSP instead for DOS 2.X
	- MS C uses getpid()