名称：
	tail() - 显示一个档案的最后部份。
语法：
	int tail( string path );

	整数 tail( 字串 路径 );
用法：
	此外部函式 (efunction) 显示档案 path 的最后部份。成功则传回 1，不
	成功传回 0。〈例如档案读取权限不够〉
参考：
	read_file, read_buffer, file_size
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.May.28.	v22 版
