harmonize calloc parameters
use: type *x = calloc(1, sizeof(*x)); everywhere to avoid bad types inside the sizeof.
Showing
This diff is collapsed.
Please register or sign in to comment
use: type *x = calloc(1, sizeof(*x)); everywhere to avoid bad types inside the sizeof.