?? adskbhit.c
字號:
/*
**===========================================================================
** kbhit.c
**---------------------------------------------------------------------------
** Copyright (c) 1998 Epson Research and Development, Inc.
** All Rights Reserved.
**===========================================================================
*/
#include "ads-io.h"
/*-------------------------------------------------------------------------*/
static const char Revision[] = "KBHIT.C=$Revision: 2 $";
/*-------------------------------------------------------------------------*/
/* this file implements kbhit () for
* the Motorola MPC821ADS
* we call routines from ads-io.c, contained in libads.a
*/
/* kbhit returns non-zero if char is ready at console port */
int kbhit (void)
{
return SMC2Poll ();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -