Re: c type short int to euphoria int conversion
- Posted by mattlewis (admin) Dec 09, 2008
- 1012 views
cp said...
here is the definition in the api header:
typedef unsigned short TM1_BOOL; boolean flag
Yup, that's a 16-bit value. I'd assume that any zero value is false, and any non-zero value is true.
Matt