Jsctypes/api: Difference between revisions

Jump to navigation Jump to search
m
(make builtin types int and int32_t distinct on all platforms, and likewise short and int16_t etc.; also, SameType fixes)
Line 144: Line 144:
  const charPtr = new ctypes.PointerType(ctypes.char);
  const charPtr = new ctypes.PointerType(ctypes.char);
  charPtr.toSource()
  charPtr.toSource()
   ===> "ctypes.PointerType(ctypes.char)"
   ===> "ctypes.char.ptr"
   
   
  const Point = new ctypes.StructType(
  const Point = new ctypes.StructType(
638

edits

Navigation menu