when i say i'll use C99 that's mostly a concession to be completely honest.
sure i like types like uint32_t and whatnot of fixed sizes. But I am perfectly capable of just using C89 instead and setting compliler specific appropriate data types to get that using a preprocessor. C89's enough.
sure i like types like uint32_t and whatnot of fixed sizes. But I am perfectly capable of just using C89 instead and setting compliler specific appropriate data types to get that using a preprocessor. C89's enough.