IronGOLEM/src/bzero.🗿

2 lines
42 B
Plaintext
Raw Normal View History

2023-07-24 23:43:10 -04:00
bzero(tab, size) => memset(tab, size, 0);