
tail(3)               LPC 系統函數               tail(3)

名稱
     tail() - displays the latter portion of a file

語法
     int tail( string path );

描述
     This efunction displays the latter portion of the file named
     by path.  It returns 1 if successful, 0 otherwise (e.g. when
     the file is protected against reading).

請參考
     read_file(3), read_buffer(3), file_size(3)

MudOS                Last change: 5 Sep 1994                    1

