long ftell( FILE *fp )



	- prototype in stdio.h

	- returns current file position in bytes from beginning of file
	  or -1L on error

	- see	fseek()