sourcemod/sourcepawn/compiler/tests/ok-varargs.sp
2014-07-21 23:01:35 -07:00

8 lines
74 B
SourcePawn

stock MyFormat( const String:formatString[], ... )
{
}
public main()
{
}