17 lines
800 B
C
Executable File
17 lines
800 B
C
Executable File
/*****************************************************************************
|
|
* *
|
|
* T E X T D E M O *
|
|
* *
|
|
*---------------------------------------------------------------------------*
|
|
* Beschreibung: Testausgaben für den CGA-Treiber. *
|
|
* *
|
|
* Autor: Michael Schoettner, HHU, 26.10.2018 *
|
|
*****************************************************************************/
|
|
|
|
#ifndef __TextDemo_include__
|
|
#define __TextDemo_include__
|
|
|
|
void text_demo();
|
|
|
|
#endif
|