#include <fpclib.h>


INT FPENTRY GetKey()
{
   return( BiosKbdGetElmt() );
}
