P
pete
What's the warning?
(*puts) isn't equal to (puts[0]),
so the point I was trying to get at, may be irrelevant.
tcc with -Xs
("strict ANSI with many extra checks") gives no complaints at all. I
don't see anything in n1124 forbidding this either. Did I miss
something?
Is (*p) equal to (p[0]) ?
(*puts) isn't equal to (puts[0]),
so the point I was trying to get at, may be irrelevant.