Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

6.11.10.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.