c_lsmknm - Makes a label services filename

SYNTAX

#include "las.h"
#include "vll.h"
FUNCTION c_lsmknm (inname, ext, outname)

     char               *inname;
     char               *ext;
     char               *outname;

PARAMETERS

inname (input, character, length(CMLEN))

Input host name with which the label services file is associated.

ext (input, character, length (*))

The extension of the label services file (e.g., his for the history file).

outname (output, character, length(CMLEN))

The label services filename. It is inname with extension replaced with ext.

DESCRIPTION

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.

RETURN VALUE

c_lsmknm() has no return values.