From: "H. Peter Anvin" <hpa@zytor.com> Date: 2016-06-15 22:43:04
Ramsay Jones wrote:
Yes, that would work. However, I rejected this solution last time, because
I did not want to add a dependency on the C99 header files.
Having said that, that ship has probably sailed ... ;-)
If you're using uint32_t and similar types, well, then, you're using
<inttypes.h>. Now, <inttypes.h> can be written up for an old compiler
fairly easily.
-hpa