I've seen #285 and #191, this Google group post and another Google group post. size_t and ssize_t are very common types especially when making system calls in Linux.
However, I don't see any direct support for those types still in JNA. There looks to be a couple of implementations buried as nested classes, but they are not accessible since they aren't in the public scope. Why don't classes exist for these types?
I've seen #285 and #191, this Google group post and another Google group post.
size_tandssize_tare very common types especially when making system calls in Linux.However, I don't see any direct support for those types still in JNA. There looks to be a couple of implementations buried as nested classes, but they are not accessible since they aren't in the public scope. Why don't classes exist for these types?