2 lines
42 B
Plaintext
2 lines
42 B
Plaintext
bzero(tab, size) => memset(tab, size, 0);
|
bzero(tab, size) => memset(tab, size, 0);
|