diff options
author | Jasper | 2025-09-08 10:28:01 +0200 |
---|---|---|
committer | Jasper | 2025-09-08 10:28:01 +0200 |
commit | bd39c6ab8b87a90944afe271ce847ed0ce090c92 (patch) | |
tree | 2fd49dd313c24fe9ca9e295dcfc699fbc740068a /vector.c | |
parent | bf8973c4617c30b1474bed2b7e399d6bf7f68839 (diff) |
Used calloc instead of alloc
Calloc initializes the elements with 0 instead of possibly undefined
behavior. 'matrix_const(..., ..., 0)' is not needed anymore
Diffstat (limited to 'vector.c')
0 files changed, 0 insertions, 0 deletions