Exemple #1
0
 public static Pointer newUInt16(int x) {
   Pointer p = newUInt16();
   p.setUInt16Value(x);
   return p;
 }