
	tail(3)			MudOS v21c2		(5 Sep 1994)

	名称:
		tail() - 显示一个档案的最後一部份.
	语法:
		int tail( string path );

		整数 tail( 字串 path );
	用法:
		此外部函式 (efun) 显示档案 path 的最後一部份. 成功则
		传回 1, 不成功传回 0. (例如档案读取权限不够)
	参考:
		read_file(3), read_buffer(3), file_size(3)
	翻译:
		Spock @ FF	97.Jul.24.		(printed 3/16/95)
