1
Files
lecture-operating-system-de…/c_os/user/TextDemo.h
2022-04-25 14:24:56 +02:00

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