10 lines
57 B
SourcePawn
10 lines
57 B
SourcePawn
f(any[] x)
|
|
{
|
|
}
|
|
|
|
public main()
|
|
{
|
|
char x[10];
|
|
f(x[1]);
|
|
}
|