mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-10 08:27:48 +05:30
Intel A80486DX2-66
b10cdd7215
asprintf.c: fix use of
malloc
1. Pass `size_t` variable to `malloc` 2. Multiply the count of bytes to allocate by `sizeof(char)`
Languages
C
86.4%
Python
8.1%
JavaScript
5%
D
0.5%