MSC: int rmtmp( void )



	- prototype in stdio.h

	- cleans up all temporary files in the current directory created
	  by tmpfile()
	- should only be used on files in the current directory
	- returns number of temporary files closed and deleted