Metropoli BBS
VIEWER: aplcpywr.c MODE: TEXT (ASCII)
/* Copyright (C) 1996 by Thomas Glen Smith.  All Rights Reserved. */
/* aplcpywr APL2 V1.0.1 ************************************************
* Copyright (C) Notice. Special version for testing.                   *
***********************************************************************/
#define INCLUDES STDIO
#include "includes.h"
void aplcpywr(void)
{
	extern char *aplvrsn;
	extern char *copyrite;

	printf("CAPLIB2(TM) APL2 Interpreter, version %s\n",aplvrsn);
	printf("%s\n",copyrite);
}

[ RETURN TO DIRECTORY ]