Guest User

Untitled

a guest
Oct 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. require 'ffi'
  2.  
  3. class I64Parts32 < FFI::Struct
  4. end
  5.  
  6. class F128Parts64 < FFI::Struct
  7. end
  8.  
  9. class I64Nat < FFI::Struct
  10. end
  11.  
  12. class DebugValueUnion < FFI::Union
  13. end
  14.  
  15. class DEBUG_VALUE < FFI::Struct
  16. layout :u, DebugValueUnion
  17. :tail_of_raw_bytes, :ulong,
  18. :type, :ulong
  19. end
Add Comment
Please, Sign In to add comment