J
James Kuyper
....
const and volatile were keywords in C89.
The rumored borrowing that I was talking about above was said to have
occurred before standardization of C89, but I would assume that it was
sometime after "C with Classes" evolved into "C++", in late 1983.
... wchar_t is a bit of a mix -
it was a standard type in C89 (with one of the TCs), but not actually
a keyword. inline was added to c99 (although it was a common
extension).
Correct.