Re: c type short int to euphoria int conversion
- Posted by bernie Dec 09, 2008
- 1097 views
cp said...
The eu integer value is 91 and I get the same value every time. I don't have access to the source code, but I do have access to the c header file for the library.
I'm calling a c api that returns a boolean value (defined as a unsigned short int in the c header file)
BOOLEAN is a SIGNED value not an UNSIGNED value.