howto obtain zeroed memory?

Hi,

is there a possibility to get zeroed memory when allocating new memory?

thanks!

Either calloc() or memset(), whichever you prefer.