You can still replace those goto's with some real loop structure. There's just no need to use goto's in this case.
Quote Originally Posted by suzumebachi
Is there a way to keep it from returning and just terminate?
Yes, #include <stdlib.h> and use exit(0).