Liste des Groupes | Revenir à l c |
typedef void (*ptr)();There is no HHH above nor any pointer to any HHH. Threfore the
int HHH(ptr P);
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
HHH(DD);
}
DD simulated by HHH includes HHH simulating itselfThat cannot be inferred from the shown code.
simulating DD until HHH sees the non-terminating
pattern and rejects DD as non-terminating.
Les messages affichés proviennent d'usenet.