-
- Downloads
Get rid of calloc().
If there's malloc and memset, then there's no need for calloc, especially if we need to implement it ourselves.
Please register or sign in to comment
If there's malloc and memset, then there's no need for calloc, especially if we need to implement it ourselves.