示例#1
0
 public static void Rf_error(BytePtr text, Object... formatArguments) {
   throw new EvalException(text.nullTerminatedString());
 }