B
Bartc
From an article about implementing a C99 to C90 translator...
How does someone use integer arithmetic of at least 64 bits, and write in
pure C90?
As I understand C90 (the standard is very elusive), long int is guaranteed
to be at least 32 bits only.
So, do people rely on their known compiler limits, use clunky emulations, or
do not bother with 64 bits when writing ultra-portable code?
How does someone use integer arithmetic of at least 64 bits, and write in
pure C90?
As I understand C90 (the standard is very elusive), long int is guaranteed
to be at least 32 bits only.
So, do people rely on their known compiler limits, use clunky emulations, or
do not bother with 64 bits when writing ultra-portable code?