Help for this page

Select Code to Download


  1. or download this
    BOOL some_func() {
       BOOL success = FALSE;
    ...
    
       return success;
    }