mainloop
mainloop(work,e);
mainloop:
goto mainloop;
goto mainloop; /* And continue main loop */
goto mainloop; /* Keep going */
mainloop(&c);