Need help with malloc.

i wanted to know if i should use malloc.h or stdlib.h for gcc 4.3.2 for using malloc,calloc, and free( ) functions. thanks :slight_smile: …sry, if its a very basic question. :smiley:

Use stdlib.h
More details can be found here.