Portable uses of jmpbuf's
Doug Gwyn
gwyn at smoke.ARPA
Thu Oct 13 06:26:50 AEST 1988
In article <Oct.12.10.45.20.1988.17816 at ron.rutgers.edu> ron at ron.rutgers.edu (Ron Natalie) writes:
>An extra ampersand doesn't hurt an array definition.
I don't know how one would use an ampersand on an array definition,
but assuming Ron means that (if "a" is of array type) "a" and "&a"
are equivalent, that was only true for certain broken C implementations.
"&a" used to be illegal. In ANSI C it has a meaning, but not the same
as "a" (different type, for one thing).
More information about the Comp.lang.c
mailing list