Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

7.13.9.1. Eliminate Clean Exit

To avoid the overhead associated with providing a clean exit, your program can use the function _exit() in place of exit(). This function does not require you to change source code. You can select the _exit() function through a BSP setting.