Liste des Groupes | Revenir à cl c |
Am 19.06.2025 um 16:38 schrieb olcott:It is a very important simple question, yet theOn 6/19/2025 8:25 AM, Bonita Montero wrote:You deal with a simple question for decades.Am 19.06.2025 um 01:04 schrieb olcott:>
>I don't need any more than the behavior of the posted>
C functions.
Your question is generic to any language.
>
*Non-the-less I still need the answer*
>
You could just give me this answer,
(its very simple and won't take ten minutes)
or as they have done on comp.theory spend three
years and thousands of messages dodging the question.
>
void Infinite_Recursion()
{
Infinite_Recursion();
return;
}
>
void Infinite_Loop()
{
HERE: goto HERE;
return;
}
>
void DDD()
{
HHH(DDD);
return;
}
>
int Sipser_D()
{
if (HHH(Sipser_D) == 1)
return 0;
return 1;
}
>
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
>
My claim is that each of the above functions correctly
simulated by any termination analyzer HHH that can possibly
exist will never stop running unless aborted by HHH.
Can you affirm or correctly refute this?
>
*No one has ever been able to refute this in three years*
>
*Fully operational code*
https://github.com/plolcott/x86utm/blob/master/Halt7.c
That's crazy.
Les messages affichés proviennent d'usenet.