From: anonymous c. <nas...@us...> - 2013-12-11 15:38:17
|
+1 for C89 + (u)int64 = lowest common denominator -- it's the only path that has worked well for me for many different platforms/compilers and more than a decade. As for Watcom C, last I checked case statements did not support 64-bit integer types. I did file a bug for that but can't look it up -- their (bug) site is down right now. |