z/OS Language Environment Writing Interlanguage Communication Applications
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


C language constructs available under C++

z/OS Language Environment Writing Interlanguage Communication Applications
SA38-0684-00

Among the C language constructs that cause an application to terminate are:
  • The abort(), raise(SIGABRT), and exit() function calls.

    If you call abort(), raise(SIGABRT), or exit(), the T_I_S (Termination Imminent Due to STOP) condition is raised. After T_I_S has been processed and all user code has been removed from the stack, the C++ atexit list is honored.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014