際際滷shows by User: DarkRat23 / http://www.slideshare.net/images/logo.gif 際際滷shows by User: DarkRat23 / 際際滷Share feed for 際際滷shows by User: DarkRat23 https://cdn.slidesharecdn.com/profile-photo-DarkRat23-48x48.jpg?cb=1523212359 void yo(){ char b[8] = {0,0,0,0,0,0,0,0}; memset(b, 'c', 24); } int main(){ yo(); return 0; }