Esempio n. 1
0
 public void sprintf(StringBuilder sb, string format, IntPtr args)
 {
     NativeImports.vsprintf(sb, format, args);
 }