Source code of my team is written in C.
there is no exception handling syntax in C such as try~ exception of C++ .
but I found --exception compiler option in TMS320C6x C/C++ Compiler manual.
can i try --exception compile option to compile C source code to handle div-by-zero exception?
Thanks in advance.