Adding C_ULONGLONG
- Posted by ghaberek (admin) Feb 13, 2015
- 1595 views
I've come across several C functions that return uint64_t, so it seems we need to add C_ULONGLONG. We have C_LONGLONG declared for signed int64_t types, but not unsigned.
If these changes look good, I can commit them to the default branch. I don't commit code very often (if ever) so I wanted to double-check before proceeding.
http://openeuphoria.org/pastey/265.wc
-Greg