Help for this page

Select Code to Download


  1. or download this
    #define __WTERMSIG(status)      ((status) & 0x7f)
    
    /* Nonzero if STATUS indicates normal termination.  */
    #define __WIFEXITED(status)     (__WTERMSIG(status) == 0)