HelpPC 2.10
> Goto Main Topic Menu <
NetCore2K.net
void *calloc( unsigned count, unsigned sizeeach )
- prototype in stdlib.h & alloc.h (malloc.h for MS C) - allocates main memory - see
malloc
()