Metropoli BBS
VIEWER: aplgetch.c MODE: TEXT (ASCII)
/*Copyright (C) 1992, 1996 by Thomas Glen Smith.  All Rights Reserved.*/
/* aplgetch APL2 V1.0.0 ************************************************
* Called by aplgetc.  APL interface to getch.                          *
***********************************************************************/
#define INCLUDES CONIO+STDIO
#include "includes.h"
int aplgetch()
{
	return(getch());
}
[ RETURN TO DIRECTORY ]