mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
10 lines
54 B
SourcePawn
10 lines
54 B
SourcePawn
f(any[] x)
|
|
{
|
|
}
|
|
|
|
public main()
|
|
{
|
|
char x[10];
|
|
f(x);
|
|
}
|