#include "worgen.h"
FUNCTION c_inlas (vblock, stdlun)
struct PARBLK *vblock; long *stdlun;
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).
Logical unit number (LUN) used in opening the standard output. Stdlun is assigned the value of 8.
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.
c_inlas() has no return values.
The word stdout is a reserved word in 'C' and cannot be declared as the variable stdlun.