#include "las.h" #include "vll.h"FUNCTION c_lsmknm (inname, ext, outname)
char *inname; char *ext; char *outname;
Input host name with which the label services file is associated.
The extension of the label services file (e.g., his for the history file).
The label services filename. It is inname with extension replaced with ext.
The c_lsmknm() call is used to make a label services filename. Note that it only makes the name. It does not open the file.
c_lsmknm() has no return values.