| Allocate a block of memory and have it zero'd to blk_size blocks |
| Declaration: |
| fcalloc( size_t size, size_t blk_size ) |
| Parameters: |
| Parameter #1: size_t size - The size of memory to allocate |
| Parameter #2: size_t blk_size - Size of blocks |
| Returns: |
| A pointer to the allocated memory |