| Liste des Groupes | Revenir à cl c |
cross@spitfire.i.gajendra.net (Dan Cross) writes:
[...]Replying to myself here, but...this is another example of weird[SNIP]
behavior:
>
```
term% cat boo.c
#include <limits.h>
>
int
monstartup(void)
{
return INT_MAX + 1;
}
>
int
main(void)
{
return 0;
}(I admit that I am cheating a bit, but I claim that this program>
is strictly conforming.)
I agree that the program is strictly conforming.
>
I don't know the details, but I think "monstartup" is a special name,
and that the program would behave as expected if a different name
were used. Since "monstartup" is not reserved, an implementation
that visibly treats it specially is not conforming.
Les messages affichés proviennent d'usenet.