forked from starnakin/IronGOLEM
2 lines
42 B
Plaintext
2 lines
42 B
Plaintext
bzero(tab, size) => memset(tab, size, 0);
|