tail(3) LPC Library Functions tail(3)
NNAAMMEE
tail() - displays the latter portion of a file
SSYYNNOOPPSSIISS
int tail( string path );
DDEESSCCRRIIPPTTIIOONN
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).
SSEEEE AALLSSOO
read_file(3), read_buffer(3), file_size(3)
MudOS 5 Sep 1994 1