K&R says
compilers are free to ignore the advice (register declaration).
In what cases, gcc would ignore if I define register int x = 4;
?
K&R says
compilers are free to ignore the advice (register declaration).
In what cases, gcc would ignore if I define register int x = 4;
?