17 lines
798 B
C
Executable File
17 lines
798 B
C
Executable File
/*****************************************************************************
|
|
* *
|
|
* H E A P D E M O *
|
|
* *
|
|
*---------------------------------------------------------------------------*
|
|
* Beschreibung: Demonstration der dynamischen Speicherverwaltung. *
|
|
* *
|
|
* Autor: Michael Schoettner, HHU, 25.9.2016 *
|
|
*****************************************************************************/
|
|
#ifndef __HeapDemo_include__
|
|
#define __HeapDemo_include__
|
|
|
|
|
|
void heap_demo();
|
|
|
|
#endif
|