Subject:
[ruby-ffi] Re: Missing type: uintptr_t
From:
rogerdpack
Date:
2/24/10 3:33 PM
To:
ruby-ffi

> It seems the type uintptr_t isn't supported by ruby-ffi. intptr_t is
> supported by :__intptr_t (should be renamed, it's a bit awkward), but
> there is neither :uintptr_t nor :__uintptr_t.

Shouldn't those all the same as just straight pointer?
Maybe what you're asking for is something like read_uint?
-r