ruby / fiddle

A libffi wrapper for Ruby.
BSD 2-Clause "Simplified" License
154 stars 37 forks source link

Add constants for unsigned values #111

Closed tenderlove closed 2 years ago

tenderlove commented 2 years ago

This commit adds constants for unsigned values. Currently we can use - to mean "unsigned", but I think having a specific name makes Fiddle more user friendly. This commit continues to support -, but introduces negative constants with "unsigned" names

I think this will help to eliminate this code