1static void f1() 2{ 3 char buf[10]; 4 int i; 5 for(i = 0; i < 10; i++) 6 buf[i] = 1; 7}
View as plain text