Beispiel #1
0
 public static void bufputc(IntPtr buf, byte c)
 {
     if (Is64)
     {
         NativeMethods64.bufputc(buf, c);
     }
     else
     {
         NativeMethods64.bufputc(buf, c);
     }
 }