int fcloseall( void )


	- prototype in stdio.h

	- closes all file streams except stdin & stdout
	- returns 0 on success or EOF on error