void *calloc( unsigned count, unsigned sizeeach )


	- prototype in stdlib.h & alloc.h (malloc.h for MS C)

	- allocates main memory
	- see	malloc()