1
Files
lecture-operating-system-de…/c_os/user/HeapDemo.h
2022-05-06 11:28:20 +02:00

17 lines
798 B
C

/*****************************************************************************
* *
* 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