
tail(3)                C LIBRARY FUNCTIONS                tail(3)

NAME
     tail() - displays the latter portion of a file

SYNOPSIS
     int tail(string path);

DESCRIPTION
     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).

SEE ALSO
     read_file(3)

Sun Release 4.1           Last change:                          1

