Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik

 

stdlib.h File Reference

Functions

void * malloc (size_t size)
 Allocate memory. More...
 
void free (void *ptr)
 Free allocated memory. More...
 
void exit (int status)
 Terminate process. More...