c_inlas - Initializes a LAS program

SYNTAX

#include "worgen.h"

FUNCTION c_inlas (vblock, stdlun)

     struct PARBLK      *vblock;
     long               *stdlun;

PARAMETERS

vblock (output, PARBLK)

TAE parameter block passed by reference. An array to receive the initial TAE parameter block from the TAE monitor. Vblock should have a dimension sufficient to receive a TAE parameter block (XPRDIM is recommended for FORTRAN; struct PARBLK is recommended for C).

stdlun (output, integer)

Logical unit number (LUN) used in opening the standard output. Stdlun is assigned the value of 8.

DESCRIPTION

The c_inlas() routine is used to initialize a LAS program. The LAS program may be written in FORTRAN or C. c_inlas() also initializes the CPU clock; therefore, the c_inlas() call should be the first executable statement of the application program.

RETURN VALUE

c_inlas() has no return values.

SPECIAL CONSIDERATIONS

The word stdout is a reserved word in 'C' and cannot be declared as the variable stdlun.