C
Charles Sullivan
On my system (using gcc) I found I need to use the "volatile"
qualifier to limit compiler optimization. I notice that this
qualifier is described in K&R 2nd edition (1988) but not in
K&R 1st edition (1978).
Are there realistically any major C compilers in use today that
don't recognize this qualifier?
Thanks for your help and forbearance.
Regards,
Charles Sullivan
qualifier to limit compiler optimization. I notice that this
qualifier is described in K&R 2nd edition (1988) but not in
K&R 1st edition (1978).
Are there realistically any major C compilers in use today that
don't recognize this qualifier?
Thanks for your help and forbearance.
Regards,
Charles Sullivan