SYNOPSIS
	string read_bytes(string file, int start, int end)

DESCRIPTION
	Reads bytes from <file>, beginning with byte <start> and ending with
	byte <end>.

SEE ALSO
	read_file(E), write_file(E)
