int dup( int handle )


	- prototype in io.h

	- returns a new file handle that duplicates the old handle
	- returns -1 on error