> Perhaps the right thing is to conditionalize a rename of inline in our > headers on __STRICT_ANSI__, which would be defined any time this was > an issue. no. the right way to check c99 is __STDC_VERSION__ >= 199901L. in any case, endian.h should use __inline. YAMAMOTO Takashi