8 lines
63 B
C++
8 lines
63 B
C++
|
|
||
|
|
||
|
void f()
|
||
|
{
|
||
|
char str[3];
|
||
|
strcpy(str, "abc");
|
||
|
}
|