update vorgabe04
This commit is contained in:
17
c_os/lib/Input.h
Normal file
17
c_os/lib/Input.h
Normal file
@ -0,0 +1,17 @@
|
||||
/*****************************************************************************
|
||||
* *
|
||||
* I N P U T *
|
||||
* *
|
||||
*---------------------------------------------------------------------------*
|
||||
* Beschreibung: Hilfsfunktion zum Warten bis auf der Tastatur die Ein- *
|
||||
* -gabetaste gedrückt wird. *
|
||||
* *
|
||||
* Autor: Michael Schoettner, HHU, 2.05.2022 *
|
||||
*****************************************************************************/
|
||||
#ifndef __Input_include__
|
||||
#define __Input_include__
|
||||
|
||||
char getch();
|
||||
void waitForReturn();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user