// Deklarationen/Prototypen für malloc() und free() void * malloc (size_t anzahl); void free (void * dynzeiger);
Bild 5-3: Prototypen