If there's malloc and memset, then there's no need for calloc, especially if we need to implement it ourselves.
2.6 KiB
2.6 KiB
If there's malloc and memset, then there's no need for calloc, especially if we need to implement it ourselves.