c_lsrew - Rewinds the label services file to beginning of file

SYNTAX

#include "las.h"
#include "vll.h"
FUNCTION c_lsrew (fd)

     long               *fd;

PARAMETERS

fd (input, integer)

File descriptor of an opened label services file. The file descriptor is set by c_lsopen() and should not be altered.

DESCRIPTION

The c_lsrew() call is used to rewind the label services file.

RETURN VALUE

c_lsrew() returns

     E_SUCC (0)  --> successful completion 
     E_FAIL (-1) --> operation failed