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