I used exit() function to stop progeam successfully in CCSV3.3 for DSP 6727. When I migrate the project to CCSV5.5.0, exit() function does not operate. if just let it free run, the program looks running always. If I debug through to the exit() point, then step in, complains it can not find the source file exit() . Why that function does not run in CCSV5, What lib do I need to include for exit() to run?
Thanks
Honghui