Metropoli BBS
VIEWER: iconjug.c MODE: TEXT (ASCII)
/*Copyright (C) 1992, 1996 by Thomas Glen Smith.  All Rights Reserved.*/
/* iconjug APL2 V1.0.0 *************************************************
* Yields its integer argument unchanged.                               *
***********************************************************************/
#define INCLUDES 0
#include "includes.h"
int iconjug(x)
int x;
{
	return(x);
}
[ RETURN TO DIRECTORY ]