add Vorgabe02
This commit is contained in:
16
c_os/user/KeyboardDemo.h
Normal file
16
c_os/user/KeyboardDemo.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*****************************************************************************
|
||||
* *
|
||||
* 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
|
||||
Reference in New Issue
Block a user