Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

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