TC: int setftime( int handle, struct ftime *ftimep )


	- prototype in dos.h

	- sets file time and date for the file associated with handle as
	  defined by ftimep
	- structure ftime is defined in dos.h
	- MS C uses _dos_setftime()
	- see	INT 21,57