 Question:
Why does the abort() function in the Code Generation Tools (CGT) different from that in C
compilers available such as K&R C?
Answer: Our abort() function in
the CGT is user-definable since it is not an Operating System. The end-user can alter this
function in the source files mp_rts.src and pp_rts.src in the cgt/src directory. Therefore
it is up to the user to define abort() as per his requirement. |