17 lines
811 B
C
Executable File
17 lines
811 B
C
Executable File
/*****************************************************************************
|
|
* *
|
|
* K E Y B O A R D D E M O *
|
|
* *
|
|
*---------------------------------------------------------------------------*
|
|
* Beschreibung: Testausgaben für den CGA-Treiber. *
|
|
* *
|
|
* Autor: Michael Schoettner, HHU, 26.10.2018 *
|
|
*****************************************************************************/
|
|
|
|
#ifndef __KeyboardDemo_include__
|
|
#define __KeyboardDemo_include__
|
|
|
|
void keyboard_demo();
|
|
|
|
#endif
|