/*StartIter, set and save values of many variables at start of iteration */ void StartIter(void); /*RestartIter, reset values of many variables at start of iteration */ void RestartIter(void); /* close out this iteration */ void EndIter(void);