1
Files
lecture-operating-system-de…/c_os/user/HeapDemo.h
2022-05-07 14:30:40 +02:00

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