Esempio n. 1
0
 public int vscprintf(string format, IntPtr args)
 {
     return(NativeImports._vscprintf(format, args));
 }