Sujet : Re: What programs do you make sure are installed on a new Linux
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.miscDate : 20. Nov 2024, 23:58:58
Autres entêtes
Message-ID : <lq77thFmnc5U3@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On 20 Nov 2024 18:53:07 GMT, G wrote:
I didn't know there was a special way to do this. I used simply "\ foo
", as you said "tooooo many ways to do things".
That works, as long as there is white space.
int foo, foobar
for (foo=0; foo<10; foo++) {
foobar *= 2
}
How many foos will it find?