*                                CVTLIS V2.39                 Copyright  1990, 1993 by Hunter Goatley. .                           All rights reserved.  I CVTLIS converts .LIS files from the VMS Source Listings on CD back to the C appropriate source files.  The following file types are recognized:     	Language	Type		Output file type! 	---------	----		----------------  	MACRO-32	(VAX)		.MAR  	AMACRO-32	(AXP)		.MAR 	BLISS-32	(VAX)		.B32  	BLISS-32E	(AXP)		.B32E  	BLISS-64	(AXP)		.B64  	MACRO-64	(AXP)		.M64  	VAX C		(VAX)		.C  	DEC C		(AXP)		.C  	CDU		(VAX/AXP)	.CLD 	MESSAGE		(VAX/AXP)	.MSG 	PL/I		(VAX)		.PLI 	Pascal		(VAX)		.PAS  B CVTLIS is written in MACRO-32 and will assemble/compile and run on! both OpenVMS VAX and OpenVMS AXP.   E CVTLIS is highly dependent on the .LIS format produced for the source G listings CDs.  Fortunately, most of the VMS programmers follow rigorous K source code formats, so this program will successfully convert most listing  files.   Hunter ------C Hunter Goatley, VMS Systems Programmer, Western Kentucky University C goathunter@WKUVX1.BITNET (or goathunter%wkuvx1.bitnet@UKCC.UKY.EDU) 