Paul Eggert wrote: > There's gotta be a better way. > > I installed the following
Look fine. Thanks! > I prefer macros like "static_inline" and > "long_double" when defining macros that stand for their standard > counterparts like "static inline" and "long double". Well, I agree that 'long_double' and 'unsigned_long_long' look prettier than 'LONG_DOUBLE' or 'UNSIGNED_LONG_LONG'. I used an uppercase macro because it stands sometimes for 'static inline' and sometimes for empty. Bruno